Skip to content

Commit

Permalink
Redhat marketplace publish 5.0.14 (#2078)
Browse files Browse the repository at this point in the history
* Publish Operator to Redhat Openshift Catalogs

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>

* skips instruction to add to a new catalog

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>

---------

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Apr 19, 2024
1 parent c07c650 commit 56cd580
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -99,7 +99,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.22.2
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/minio/operator
containerImage: quay.io/minio/operator:v5.0.14
containerImage: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator.v5.0.14
namespace: minio-operator
spec:
Expand Down Expand Up @@ -577,7 +577,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand All @@ -586,7 +586,6 @@ spec:
- containerPort: 9443
name: https
resources: {}
securityContext: {}
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -657,15 +656,14 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext: {}
volumeMounts:
- mountPath: /tmp/service-ca
name: openshift-service-ca
Expand Down Expand Up @@ -774,5 +772,12 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
replaces: minio-operator.v5.0.13
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: minio-operator
operators.operatorframework.io.bundle.channels.v1: stable
# Annotations to specify OCP versions compatibility.
com.redhat.openshift.versions: v4.8-v4.14
com.redhat.openshift.versions: v4.8-v4.15
# Annotation to add default bundle channel as potential is declared
operators.operatorframework.io.bundle.channel.default.v1: stable
operatorframework.io/suggested-namespace: minio-operator
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -99,7 +99,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.22.2
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/minio/operator
containerImage: quay.io/minio/operator:v5.0.14
containerImage: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator.v5.0.14
namespace: minio-operator
spec:
Expand Down Expand Up @@ -577,7 +577,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand All @@ -586,7 +586,6 @@ spec:
- containerPort: 9443
name: https
resources: {}
securityContext: {}
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -657,15 +656,14 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext: {}
volumeMounts:
- mountPath: /tmp/service-ca
name: openshift-service-ca
Expand Down Expand Up @@ -774,4 +772,13 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
skips:
- minio-operator.v5.0.13
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: minio-operator
operators.operatorframework.io.bundle.channels.v1: stable
# Annotations to specify OCP versions compatibility.
com.redhat.openshift.versions: v4.8-v4.14
com.redhat.openshift.versions: v4.8-v4.15
# Annotation to add default bundle channel as potential is declared
operators.operatorframework.io.bundle.channel.default.v1: stable
operatorframework.io/suggested-namespace: minio-operator
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -101,7 +101,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.22.2
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/minio/operator
containerImage: quay.io/minio/operator:v5.0.14
containerImage: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator-rhmp.v5.0.14
namespace: minio-operator
spec:
Expand Down Expand Up @@ -579,7 +579,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand All @@ -588,7 +588,6 @@ spec:
- containerPort: 9443
name: https
resources: {}
securityContext: {}
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -659,15 +658,14 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext: {}
volumeMounts:
- mountPath: /tmp/service-ca
name: openshift-service-ca
Expand Down Expand Up @@ -776,5 +774,13 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
replaces: minio-operator-rhmp.v5.0.13
skips:
- minio-operator-rhmp.v5.0.13
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: minio-operator-rhmp
operators.operatorframework.io.bundle.channels.v1: stable
# Annotations to specify OCP versions compatibility.
com.redhat.openshift.versions: v4.8-v4.14
com.redhat.openshift.versions: v4.8-v4.15
# Annotation to add default bundle channel as potential is declared
operators.operatorframework.io.bundle.channel.default.v1: stable
operatorframework.io/suggested-namespace: minio-operator
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -577,7 +577,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand Down Expand Up @@ -657,7 +657,7 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -774,5 +774,11 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
replaces: minio-operator.v5.0.13
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -577,7 +577,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand Down Expand Up @@ -657,7 +657,7 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -774,4 +774,11 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
9 changes: 8 additions & 1 deletion manifests/minio-operator-rhmp.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -776,5 +776,12 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: minio/operator@sha256:91268142b22f88bef9fe74577930afffa9e877f48da84bf0a2b7303c74c1dd06
name: console
- image: minio/operator@sha256:91268142b22f88bef9fe74577930afffa9e877f48da84bf0a2b7303c74c1dd06
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
replaces: minio-operator-rhmp.v5.0.13
2 changes: 1 addition & 1 deletion metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: minio-operator-rhmp
operators.operatorframework.io.bundle.channels.v1: stable
# Annotations to specify OCP versions compatibility.
com.redhat.openshift.versions: v4.8-v4.14
com.redhat.openshift.versions: v4.8-v4.15
# Annotation to add default bundle channel as potential is declared
operators.operatorframework.io.bundle.channel.default.v1: stable
operatorframework.io/suggested-namespace: minio-operator
3 changes: 2 additions & 1 deletion olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ redhatCatalogs=("certified-operators" "redhat-marketplace" "community-operators"

# This constants are supported Openshift versions
minOpenshiftVersion=4.8
maxOpenshiftVersion=4.14
maxOpenshiftVersion=4.15

for catalog in "${redhatCatalogs[@]}"; do
echo " "
Expand All @@ -63,6 +63,7 @@ for catalog in "${redhatCatalogs[@]}"; do
--output-dir bundles/$catalog/$RELEASE \
--channels stable \
--overwrite \
--use-image-digests \
--kustomize-dir config/manifests

# Set the version, later in olm-post-script.sh we change for Digest form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
"bucketDNS": false,
"domains": {}
},
"image": "quay.io/minio/minio:RELEASE.2024-03-15T01-07-19Z",
"image": "quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113",
"imagePullSecret": {},
"mountPath": "/export",
"podManagementPolicy": "Parallel",
Expand Down Expand Up @@ -579,7 +579,7 @@ spec:
- args:
- ui
- --certs-dir=/tmp/certs
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: console
ports:
Expand Down Expand Up @@ -659,7 +659,7 @@ spec:
value: "on"
- name: OPERATOR_STS_ENABLED
value: "on"
image: quay.io/minio/operator:v5.0.14
image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -776,5 +776,12 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
relatedImages:
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: console
- image: quay.io/minio/operator@sha256:db47d598488f10daf6a4d26431ab2b65e24f3dffbae0edb76bc44f63c6daf500
name: minio-operator
- image: quay.io/minio/minio@sha256:ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113
name: minio-ea2c70cda70860c7d10f04ce1df640d3abb995784cb7aeedef8d4baa53a5a113-annotation
version: 5.0.14
replaces: minio-operator-rhmp.v5.0.13

0 comments on commit 56cd580

Please sign in to comment.