Skip to content

Commit ba0e62e

Browse files
Release 0.2.0 (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 822a61a commit ba0e62e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy/all-in-one.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,10 @@ spec:
650650
- args:
651651
- --metrics-addr=127.0.0.1:8080
652652
- --enable-leader-election
653+
- --atlas-domain=https://cloud.mongodb.com
653654
command:
654655
- /manager
655-
image: mongodb/mongodb-atlas-kubernetes-operator:0.1.0
656+
image: mongodb/mongodb-atlas-kubernetes-operator:0.2.0
656657
imagePullPolicy: Always
657658
name: manager
658659
resources:
@@ -662,4 +663,7 @@ spec:
662663
requests:
663664
cpu: 100m
664665
memory: 20Mi
666+
securityContext:
667+
runAsNonRoot: true
668+
runAsUser: 2000
665669
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)