Skip to content

Commit

Permalink
fix: wrong operator image versions v4.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 22, 2022
1 parent 854e1dd commit 711facd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ metadata:
capabilities: "Full Lifecycle"
operators.operatorframework.io/builder: operator-sdk-v1.16.0+git
operators.operatorframework.io/project_layout: unknown
containerImage: quay.io/minio/operator:4.4.19
containerImage: quay.io/minio/operator:v4.4.19
categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage"
description: |-
MinIO is a Kubernetes-native high performance object store with an
S3-compatible API. The MinIO Operator supports deploying MinIO Tenants
onto any Kubernetes.
k8sMinVersion: "1.18"
repository: https://github.com/minio/operator
name: minio-operator.v4.4.19
name: minio-operator.vv4.4.19
namespace: minio-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
- minio-operator
topologyKey: kubernetes.io/hostname
containers:
- image: quay.io/minio/operator:4.4.19
- image: quay.io/minio/operator:v4.4.19
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -528,7 +528,7 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
version: 4.4.19
version: v4.4.19
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
8 changes: 4 additions & 4 deletions manifests/minio-operator-rhmp.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ metadata:
operators.operatorframework.io/project_layout: unknown
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:4.4.19
containerImage: quay.io/minio/operator:v4.4.19
categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage"
description: |-
MinIO is a Kubernetes-native high performance object store with an
S3-compatible API. The MinIO Operator supports deploying MinIO Tenants
onto any Kubernetes.
k8sMinVersion: "1.18"
repository: https://github.com/minio/operator
name: minio-operator-rhmp.v4.4.19
name: minio-operator-rhmp.vv4.4.19
namespace: minio-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -491,7 +491,7 @@ spec:
- minio-operator
topologyKey: kubernetes.io/hostname
containers:
- image: quay.io/minio/operator:4.4.19
- image: quay.io/minio/operator:v4.4.19
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -530,7 +530,7 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
version: 4.4.19
version: v4.4.19
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ metadata:
operators.operatorframework.io/project_layout: unknown
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:4.4.19
containerImage: quay.io/minio/operator:v4.4.19
categories: "AI/Machine Learning, Big Data, Cloud Provider, Storage"
description: |-
MinIO is a Kubernetes-native high performance object store with an
S3-compatible API. The MinIO Operator supports deploying MinIO Tenants
onto any Kubernetes.
k8sMinVersion: "1.18"
repository: https://github.com/minio/operator
name: minio-operator-rhmp.v4.4.19
name: minio-operator-rhmp.vv4.4.19
namespace: minio-operator
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -491,7 +491,7 @@ spec:
- minio-operator
topologyKey: kubernetes.io/hostname
containers:
- image: quay.io/minio/operator:4.4.19
- image: quay.io/minio/operator:v4.4.19
imagePullPolicy: IfNotPresent
name: minio-operator
resources:
Expand Down Expand Up @@ -530,7 +530,7 @@ spec:
provider:
name: MinIO Inc
url: https://min.io
version: 4.4.19
version: v4.4.19
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 711facd

Please sign in to comment.