Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2023
1 parent 219a3c1 commit a6a0754
Show file tree
Hide file tree
Showing 5 changed files with 89 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.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v1.9.0
name: mongodb-atlas-kubernetes.v1.9.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -454,6 +454,26 @@ spec:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths/status
verbs:
- get
- patch
- update
serviceAccountName: mongodb-atlas-operator
deployments:
- name: mongodb-atlas-operator
Expand Down Expand Up @@ -495,7 +515,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -580,5 +600,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 1.9.0
replaces: mongodb-atlas-kubernetes.v1.8.2
version: 1.9.1
replaces: mongodb-atlas-kubernetes.v1.9.0
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.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
22 changes: 21 additions & 1 deletion deploy/clusterwide/clusterwide-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,26 @@ rules:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down Expand Up @@ -306,7 +326,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
22 changes: 21 additions & 1 deletion deploy/namespaced/namespaced-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,26 @@ rules:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down Expand Up @@ -312,7 +332,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
22 changes: 21 additions & 1 deletion deploy/openshift/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,26 @@ rules:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down Expand Up @@ -311,7 +331,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.9.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit a6a0754

Please sign in to comment.