Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
Co-authored-by: Anton <[email protected]>
Co-authored-by: Igor Karpukhin <[email protected]>
Co-authored-by: Helder Santana <[email protected]>
  • Loading branch information
4 people committed Mar 24, 2023
1 parent 253036c commit 763db17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ 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.7.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v1.7.0
name: mongodb-atlas-kubernetes.v1.7.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -465,7 +465,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -540,5 +540,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 1.7.0
replaces: mongodb-atlas-kubernetes.v1.6.1
version: 1.7.1
replaces: mongodb-atlas-kubernetes.v1.7.0
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3387,7 +3387,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterwide/clusterwide-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespaced/namespaced-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 763db17

Please sign in to comment.