diff --git a/bundles/certified-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml b/bundles/certified-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml index a41d03e1aea..b5c5ea7b2ef 100644 --- a/bundles/certified-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml +++ b/bundles/certified-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml @@ -6,7 +6,8 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown - containerImage: quay.io/minio/operator:v5.0.3 + olm.skipRange: '>=4.4.16 <5.0.3' + containerImage: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage" description: |- MinIO is a Kubernetes-native high performance object store with an @@ -470,7 +471,7 @@ spec: - args: - ui - --certs-dir=/tmp/certs - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/console@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: console ports: @@ -479,8 +480,6 @@ spec: - containerPort: 9433 name: https resources: {} - securityContext: - runAsNonRoot: true volumeMounts: - mountPath: /tmp/certs name: tls-certificates @@ -510,7 +509,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -540,7 +539,7 @@ spec: value: "off" - name: OPERATOR_STS_ENABLED value: "off" - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: minio-operator resources: @@ -548,8 +547,6 @@ spec: cpu: 200m ephemeral-storage: 500Mi memory: 256Mi - securityContext: - runAsNonRoot: true serviceAccountName: minio-operator strategy: deployment installModes: @@ -580,3 +577,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/bundles/certified-operators/5.0.3/manifests/operator_v1_service.yaml b/bundles/certified-operators/5.0.3/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/bundles/certified-operators/5.0.3/manifests/operator_v1_service.yaml +++ b/bundles/certified-operators/5.0.3/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/bundles/certified-operators/5.0.3/manifests/sts_v1_service.yaml b/bundles/certified-operators/5.0.3/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/bundles/certified-operators/5.0.3/manifests/sts_v1_service.yaml +++ b/bundles/certified-operators/5.0.3/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/bundles/certified-operators/5.0.3/metadata/annotations.yaml b/bundles/certified-operators/5.0.3/metadata/annotations.yaml index 9b4619ded75..35d0fddeaca 100644 --- a/bundles/certified-operators/5.0.3/metadata/annotations.yaml +++ b/bundles/certified-operators/5.0.3/metadata/annotations.yaml @@ -6,6 +6,6 @@ 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.6-v4.12 + com.redhat.openshift.versions: v4.8-v4.12 # Annotation to add default bundle channel as potential is declared operators.operatorframework.io.bundle.channel.default.v1: stable diff --git a/bundles/community-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml b/bundles/community-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml index e9366fe7d70..b5c5ea7b2ef 100644 --- a/bundles/community-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml +++ b/bundles/community-operators/5.0.3/manifests/minio-operator.clusterserviceversion.yaml @@ -6,7 +6,8 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown - containerImage: quay.io/minio/operator:v5.0.3 + olm.skipRange: '>=4.4.16 <5.0.3' + containerImage: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage" description: |- MinIO is a Kubernetes-native high performance object store with an @@ -470,7 +471,7 @@ spec: - args: - ui - --certs-dir=/tmp/certs - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/console@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: console ports: @@ -479,7 +480,6 @@ spec: - containerPort: 9433 name: https resources: {} - securityContext: {} volumeMounts: - mountPath: /tmp/certs name: tls-certificates @@ -509,7 +509,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -539,7 +539,7 @@ spec: value: "off" - name: OPERATOR_STS_ENABLED value: "off" - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: minio-operator resources: @@ -547,7 +547,6 @@ spec: cpu: 200m ephemeral-storage: 500Mi memory: 256Mi - securityContext: {} serviceAccountName: minio-operator strategy: deployment installModes: @@ -578,3 +577,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/bundles/community-operators/5.0.3/manifests/operator_v1_service.yaml b/bundles/community-operators/5.0.3/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/bundles/community-operators/5.0.3/manifests/operator_v1_service.yaml +++ b/bundles/community-operators/5.0.3/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/bundles/community-operators/5.0.3/manifests/sts_v1_service.yaml b/bundles/community-operators/5.0.3/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/bundles/community-operators/5.0.3/manifests/sts_v1_service.yaml +++ b/bundles/community-operators/5.0.3/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/bundles/community-operators/5.0.3/metadata/annotations.yaml b/bundles/community-operators/5.0.3/metadata/annotations.yaml index 9b4619ded75..35d0fddeaca 100644 --- a/bundles/community-operators/5.0.3/metadata/annotations.yaml +++ b/bundles/community-operators/5.0.3/metadata/annotations.yaml @@ -6,6 +6,6 @@ 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.6-v4.12 + com.redhat.openshift.versions: v4.8-v4.12 # Annotation to add default bundle channel as potential is declared operators.operatorframework.io.bundle.channel.default.v1: stable diff --git a/bundles/redhat-marketplace/5.0.3/manifests/minio-operator-rhmp.clusterserviceversion.yaml b/bundles/redhat-marketplace/5.0.3/manifests/minio-operator-rhmp.clusterserviceversion.yaml index e54e3325014..349a7ac25dd 100644 --- a/bundles/redhat-marketplace/5.0.3/manifests/minio-operator-rhmp.clusterserviceversion.yaml +++ b/bundles/redhat-marketplace/5.0.3/manifests/minio-operator-rhmp.clusterserviceversion.yaml @@ -6,9 +6,10 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown + olm.skipRange: '>=4.4.16 <5.0.3' marketplace.openshift.io/remote-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/pricing?utm_source=openshift_console marketplace.openshift.io/support-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/support?utm_source=openshift_console - containerImage: quay.io/minio/operator:v5.0.3 + containerImage: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage" description: |- MinIO is a Kubernetes-native high performance object store with an @@ -472,7 +473,7 @@ spec: - args: - ui - --certs-dir=/tmp/certs - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/console@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: console ports: @@ -481,8 +482,6 @@ spec: - containerPort: 9433 name: https resources: {} - securityContext: - runAsNonRoot: true volumeMounts: - mountPath: /tmp/certs name: tls-certificates @@ -512,7 +511,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -542,7 +541,7 @@ spec: value: "off" - name: OPERATOR_STS_ENABLED value: "off" - image: quay.io/minio/operator:v5.0.3 + image: quay.io/minio/operator@sha256:1a32f5143f02e22acd5f2e368d98b783c069409ee550c0ddd0972db9a386d29a imagePullPolicy: IfNotPresent name: minio-operator resources: @@ -550,8 +549,6 @@ spec: cpu: 200m ephemeral-storage: 500Mi memory: 256Mi - securityContext: - runAsNonRoot: true serviceAccountName: minio-operator strategy: deployment installModes: @@ -582,3 +579,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/bundles/redhat-marketplace/5.0.3/manifests/operator_v1_service.yaml b/bundles/redhat-marketplace/5.0.3/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/bundles/redhat-marketplace/5.0.3/manifests/operator_v1_service.yaml +++ b/bundles/redhat-marketplace/5.0.3/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/bundles/redhat-marketplace/5.0.3/manifests/sts_v1_service.yaml b/bundles/redhat-marketplace/5.0.3/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/bundles/redhat-marketplace/5.0.3/manifests/sts_v1_service.yaml +++ b/bundles/redhat-marketplace/5.0.3/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/bundles/redhat-marketplace/5.0.3/metadata/annotations.yaml b/bundles/redhat-marketplace/5.0.3/metadata/annotations.yaml index 83033266233..8ffcdab62e4 100644 --- a/bundles/redhat-marketplace/5.0.3/metadata/annotations.yaml +++ b/bundles/redhat-marketplace/5.0.3/metadata/annotations.yaml @@ -6,6 +6,6 @@ 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.6-v4.12 + com.redhat.openshift.versions: v4.8-v4.12 # Annotation to add default bundle channel as potential is declared operators.operatorframework.io.bundle.channel.default.v1: stable diff --git a/certified-operators/manifests/minio-operator.clusterserviceversion.yaml b/certified-operators/manifests/minio-operator.clusterserviceversion.yaml index a41d03e1aea..405457e57e5 100644 --- a/certified-operators/manifests/minio-operator.clusterserviceversion.yaml +++ b/certified-operators/manifests/minio-operator.clusterserviceversion.yaml @@ -6,6 +6,7 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown + olm.skipRange: '>=4.4.16 <5.0.3' containerImage: quay.io/minio/operator:v5.0.3 categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage" description: |- @@ -510,7 +511,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -580,3 +581,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/certified-operators/manifests/operator_v1_service.yaml b/certified-operators/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/certified-operators/manifests/operator_v1_service.yaml +++ b/certified-operators/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/certified-operators/manifests/sts_v1_service.yaml b/certified-operators/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/certified-operators/manifests/sts_v1_service.yaml +++ b/certified-operators/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/community-operators/manifests/minio-operator.clusterserviceversion.yaml b/community-operators/manifests/minio-operator.clusterserviceversion.yaml index e9366fe7d70..fa900468b1d 100644 --- a/community-operators/manifests/minio-operator.clusterserviceversion.yaml +++ b/community-operators/manifests/minio-operator.clusterserviceversion.yaml @@ -6,6 +6,7 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown + olm.skipRange: '>=4.4.16 <5.0.3' containerImage: quay.io/minio/operator:v5.0.3 categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage" description: |- @@ -509,7 +510,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -578,3 +579,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/community-operators/manifests/operator_v1_service.yaml b/community-operators/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/community-operators/manifests/operator_v1_service.yaml +++ b/community-operators/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/community-operators/manifests/sts_v1_service.yaml b/community-operators/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/community-operators/manifests/sts_v1_service.yaml +++ b/community-operators/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/manifests/minio-operator-rhmp.clusterserviceversion.yaml b/manifests/minio-operator-rhmp.clusterserviceversion.yaml index e54e3325014..e34587e00b7 100644 --- a/manifests/minio-operator-rhmp.clusterserviceversion.yaml +++ b/manifests/minio-operator-rhmp.clusterserviceversion.yaml @@ -6,6 +6,7 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown + olm.skipRange: '>=4.4.16 <5.0.3' marketplace.openshift.io/remote-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/pricing?utm_source=openshift_console marketplace.openshift.io/support-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/support?utm_source=openshift_console containerImage: quay.io/minio/operator:v5.0.3 @@ -512,7 +513,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -582,3 +583,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/manifests/operator_v1_service.yaml b/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/manifests/operator_v1_service.yaml +++ b/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/manifests/sts_v1_service.yaml b/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/manifests/sts_v1_service.yaml +++ b/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator diff --git a/metadata/annotations.yaml b/metadata/annotations.yaml index 83033266233..8ffcdab62e4 100644 --- a/metadata/annotations.yaml +++ b/metadata/annotations.yaml @@ -6,6 +6,6 @@ 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.6-v4.12 + com.redhat.openshift.versions: v4.8-v4.12 # Annotation to add default bundle channel as potential is declared operators.operatorframework.io.bundle.channel.default.v1: stable diff --git a/redhat-marketplace/manifests/minio-operator-rhmp.clusterserviceversion.yaml b/redhat-marketplace/manifests/minio-operator-rhmp.clusterserviceversion.yaml index e54e3325014..e34587e00b7 100644 --- a/redhat-marketplace/manifests/minio-operator-rhmp.clusterserviceversion.yaml +++ b/redhat-marketplace/manifests/minio-operator-rhmp.clusterserviceversion.yaml @@ -6,6 +6,7 @@ metadata: capabilities: "Full Lifecycle" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: unknown + olm.skipRange: '>=4.4.16 <5.0.3' marketplace.openshift.io/remote-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/pricing?utm_source=openshift_console marketplace.openshift.io/support-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/support?utm_source=openshift_console containerImage: quay.io/minio/operator:v5.0.3 @@ -512,7 +513,7 @@ spec: app.kubernetes.io/name: operator name: minio-operator spec: - replicas: 2 + replicas: 1 selector: matchLabels: name: minio-operator @@ -582,3 +583,45 @@ spec: name: MinIO Inc url: https://min.io version: 5.0.3 + labels: + operatorframework.io/arch.386: supported + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64p32: supported + operatorframework.io/arch.arm: supported + operatorframework.io/arch.armbe: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.arm64be: supported + operatorframework.io/arch.loong64: supported + operatorframework.io/arch.mips: supported + operatorframework.io/arch.mipsle: supported + operatorframework.io/arch.mips64: supported + operatorframework.io/arch.mips64le: supported + operatorframework.io/arch.mips64p32: supported + operatorframework.io/arch.mips64p32le: supported + operatorframework.io/arch.ppc: supported + operatorframework.io/arch.ppc64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.riscv: supported + operatorframework.io/arch.riscv64: supported + operatorframework.io/arch.s390: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.sparc: supported + operatorframework.io/arch.sparc64: supported + operatorframework.io/arch.wasm: supported + operatorframework.io/os.aix: supported + operatorframework.io/os.android: supported + operatorframework.io/os.darwin: supported + operatorframework.io/os.dragonfly: supported + operatorframework.io/os.freebsd: supported + operatorframework.io/os.hurd: supported + operatorframework.io/os.illumos: supported + operatorframework.io/os.ios: supported + operatorframework.io/os.js: supported + operatorframework.io/os.linux: supported + operatorframework.io/os.nacl: supported + operatorframework.io/os.netbsd: supported + operatorframework.io/os.openbsd: supported + operatorframework.io/os.plan9: supported + operatorframework.io/os.solaris: supported + operatorframework.io/os.windows: supported + operatorframework.io/os.zos: supported diff --git a/redhat-marketplace/manifests/operator_v1_service.yaml b/redhat-marketplace/manifests/operator_v1_service.yaml index 33df3176f67..3a30c91715c 100644 --- a/redhat-marketplace/manifests/operator_v1_service.yaml +++ b/redhat-marketplace/manifests/operator_v1_service.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: diff --git a/redhat-marketplace/manifests/sts_v1_service.yaml b/redhat-marketplace/manifests/sts_v1_service.yaml index 16d777b0657..302bd259c50 100644 --- a/redhat-marketplace/manifests/sts_v1_service.yaml +++ b/redhat-marketplace/manifests/sts_v1_service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: annotations: - service.alpha.openshift.io/serving-cert-secret-name: operator-tls + service.beta.openshift.io/serving-cert-secret-name: operator-tls creationTimestamp: null labels: name: minio-operator