Skip to content

Commit

Permalink
Release 0.2.0 (#67)
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 Jan 28, 2021
1 parent 822a61a commit ba0e62e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,10 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
- --atlas-domain=https://cloud.mongodb.com
command:
- /manager
image: mongodb/mongodb-atlas-kubernetes-operator:0.1.0
image: mongodb/mongodb-atlas-kubernetes-operator:0.2.0
imagePullPolicy: Always
name: manager
resources:
Expand All @@ -662,4 +663,7 @@ spec:
requests:
cpu: 100m
memory: 20Mi
securityContext:
runAsNonRoot: true
runAsUser: 2000
terminationGracePeriodSeconds: 10

0 comments on commit ba0e62e

Please sign in to comment.