Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2024
1 parent f17d0ef commit 3e71105
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ metadata:
]
capabilities: Full Lifecycle
categories: Database
createdAt: "2024-04-12T11:52:34Z"
createdAt: "2024-04-24T12:36:24Z"
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -179,12 +179,12 @@ metadata:
features.operators.openshift.io/token-auth-gcp: "false"
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.2.1
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v2.2.1
name: mongodb-atlas-kubernetes.v2.2.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.1
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -571,5 +571,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 2.2.1
replaces: mongodb-atlas-kubernetes.v2.2.0
version: 2.2.2
replaces: mongodb-atlas-kubernetes.v2.2.1
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.1
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
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:2.2.1
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
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:2.2.1
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
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:2.2.1
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 3e71105

Please sign in to comment.