Skip to content

Commit e49d8e7

Browse files
Release 1.9.3 (#1355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01d5960 commit e49d8e7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ metadata:
127127
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
128128
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
129129
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
130-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
131131
labels:
132132
operatorframework.io/arch.amd64: supported
133133
operatorframework.io/arch.arm64: supported
134134
operatorframework.io/os.linux: supported
135-
name: mongodb-atlas-kubernetes.v1.9.1
135+
name: mongodb-atlas-kubernetes.v1.9.3
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -515,7 +515,7 @@ spec:
515515
valueFrom:
516516
fieldRef:
517517
fieldPath: metadata.annotations['olm.targetNamespaces']
518-
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
518+
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
519519
imagePullPolicy: Always
520520
livenessProbe:
521521
httpGet:
@@ -600,5 +600,5 @@ spec:
600600
maturity: beta
601601
provider:
602602
name: MongoDB, Inc
603-
version: 1.9.1
604-
replaces: mongodb-atlas-kubernetes.v1.9.0
603+
version: 1.9.3
604+
replaces: mongodb-atlas-kubernetes.v1.9.1

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4086,7 +4086,7 @@ spec:
40864086
valueFrom:
40874087
fieldRef:
40884088
fieldPath: metadata.namespace
4089-
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
4089+
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
40904090
imagePullPolicy: Always
40914091
livenessProbe:
40924092
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ spec:
326326
valueFrom:
327327
fieldRef:
328328
fieldPath: metadata.namespace
329-
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
329+
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
330330
imagePullPolicy: Always
331331
livenessProbe:
332332
httpGet:

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ spec:
332332
valueFrom:
333333
fieldRef:
334334
fieldPath: metadata.namespace
335-
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
335+
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
336336
imagePullPolicy: Always
337337
livenessProbe:
338338
httpGet:

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ spec:
331331
valueFrom:
332332
fieldRef:
333333
fieldPath: metadata.namespace
334-
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
334+
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.3
335335
imagePullPolicy: Always
336336
livenessProbe:
337337
httpGet:

0 commit comments

Comments
 (0)