Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files to be committed to the Catalogs #1571

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -479,8 +480,6 @@ spec:
- containerPort: 9433
name: https
resources: {}
securityContext:
runAsNonRoot: true
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -510,7 +509,7 @@ spec:
app.kubernetes.io/name: operator
name: minio-operator
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
name: minio-operator
Expand Down Expand Up @@ -540,16 +539,14 @@ 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:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext:
runAsNonRoot: true
serviceAccountName: minio-operator
strategy: deployment
installModes:
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -479,7 +480,6 @@ spec:
- containerPort: 9433
name: https
resources: {}
securityContext: {}
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -509,7 +509,7 @@ spec:
app.kubernetes.io/name: operator
name: minio-operator
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
name: minio-operator
Expand Down Expand Up @@ -539,15 +539,14 @@ 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:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext: {}
serviceAccountName: minio-operator
strategy: deployment
installModes:
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -481,8 +482,6 @@ spec:
- containerPort: 9433
name: https
resources: {}
securityContext:
runAsNonRoot: true
volumeMounts:
- mountPath: /tmp/certs
name: tls-certificates
Expand Down Expand Up @@ -512,7 +511,7 @@ spec:
app.kubernetes.io/name: operator
name: minio-operator
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
name: minio-operator
Expand Down Expand Up @@ -542,16 +541,14 @@ 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:
requests:
cpu: 200m
ephemeral-storage: 500Mi
memory: 256Mi
securityContext:
runAsNonRoot: true
serviceAccountName: minio-operator
strategy: deployment
installModes:
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bundles/redhat-marketplace/5.0.3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading