We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959998e commit dc2c473Copy full SHA for dc2c473
values.yaml
@@ -6,9 +6,6 @@ global:
6
image:
7
# -- Overrides the Docker registry globally for all images
8
registry: "registry.gitlab.com"
9
- deployments:
10
- revisionHistoryLimit: 10
11
- strategy: "RollingUpdate"
12
13
# -- Overrides the chart's name
14
nameOverride: null
@@ -22,6 +19,11 @@ podLabels: {}
22
19
serviceAnnotations: {}
23
20
# -- Common labels for all services
24
21
serviceLabels: {}
+# -- Common revisionHistoryLimit for all deployments
+revisionHistoryLimit: 10
+# -- Common updateStrategy for all deployments
25
+updateStrategy:
26
+ type: "RollingUpdate"
27
28
# -- docker secrets used to pull images with
29
imagePullSecrets:
0 commit comments