Skip to content

Commit 8f2bcfd

Browse files
committed
chore(mongodb): change pull policy to IfNotPresent
1 parent 95d4f90 commit 8f2bcfd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

addons/mongodb/7.0/chart/mongodb/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ image:
111111
## Specify a imagePullPolicy
112112
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
113113
##
114-
pullPolicy: Always
114+
pullPolicy: IfNotPresent
115115
## Optionally specify an array of imagePullSecrets.
116116
## Secrets must be manually created in the namespace.
117117
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@@ -494,7 +494,7 @@ podSecurityContext:
494494
## @param containerSecurityContext.enabled Enable MongoDB(®) container(s)' Security Context
495495
## @param containerSecurityContext.runAsUser User ID for the MongoDB(®) container
496496
## @param containerSecurityContext.runAsNonRoot Set MongoDB(®) container's Security Context runAsNonRoot
497-
##
497+
##
498498
containerSecurityContext:
499499
enabled: true
500500
runAsUser: 1001
@@ -1516,7 +1516,7 @@ hidden:
15161516
## @param hidden.terminationGracePeriodSeconds Hidden Termination Grace Period
15171517
##
15181518
terminationGracePeriodSeconds: ""
1519-
## @param hidden.updateStrategy.type Strategy that will be employed to update Pods in the StatefulSet
1519+
## @param hidden.updateStrategy.type Strategy that will be employed to update Pods in the StatefulSet
15201520
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
15211521
## updateStrategy:
15221522
## type: RollingUpdate
@@ -1873,10 +1873,10 @@ metrics:
18731873
## @param metrics.resources.requests The requested resources for Prometheus exporter containers
18741874
##
18751875
resources:
1876-
limits:
1876+
limits:
18771877
cpu: 500m
18781878
memory: 512Mi
1879-
requests:
1879+
requests:
18801880
cpu: 100m
18811881
memory: 128Mi
18821882
## @param metrics.containerPort Port of the Prometheus metrics container
@@ -2036,7 +2036,7 @@ metrics:
20362036
networkPolicy:
20372037
## @param networkPolicy.enabled Enable creation of NetworkPolicy resources
20382038
##
2039-
enabled: true
2039+
enabled: true
20402040
## @param networkPolicy.allowExternal The Policy model to apply.
20412041
## When set to false, only pods with the correct
20422042
## client label will have network access to the port Mongodb is listening

0 commit comments

Comments
 (0)