Skip to content

Commit

Permalink
Release 1.9.3 (#1355)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 5, 2024
1 parent 01d5960 commit e49d8e7
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.9.1
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v1.9.1
name: mongodb-atlas-kubernetes.v1.9.3
namespace: placeholder
spec:
apiservicedefinitions: {}
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: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -600,5 +600,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 1.9.1
replaces: mongodb-atlas-kubernetes.v1.9.0
version: 1.9.3
replaces: mongodb-atlas-kubernetes.v1.9.1
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4086,7 +4086,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
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 @@ -326,7 +326,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
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 @@ -332,7 +332,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
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 @@ -331,7 +331,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit e49d8e7

Please sign in to comment.