Skip to content

Commit

Permalink
fix image to quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Vazquez <[email protected]>
  • Loading branch information
josvazg committed Oct 26, 2023
1 parent 7b4376d commit 605f243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ metadata:
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
containerImage: quay.io/mongodb/mongodb-atlas-kubernetes-operator:1.9.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
Expand Down Expand Up @@ -515,7 +515,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
image: quay.io/mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 605f243

Please sign in to comment.