You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.8/values.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -628,7 +628,7 @@ identity:
628
628
## @param identity.image.repository defines which image repository to use
629
629
repository: camunda/identity
630
630
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
631
-
tag: 8.8.0-alpha7
631
+
tag: 8.8.0-alpha8
632
632
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
633
633
digest: ""
634
634
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1170,7 +1170,7 @@ console:
1170
1170
## @param console.image.repository defines which image repository to use
1171
1171
repository: camunda/console
1172
1172
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1173
-
tag: 8.8.0-alpha7
1173
+
tag: 8.8.0-alpha8
1174
1174
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1175
1175
digest: ""
1176
1176
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2411,7 +2411,7 @@ orchestration:
2411
2411
## @param orchestration.image.repository defines which image repository to use
2412
2412
repository: camunda/camunda
2413
2413
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2414
-
tag: 8.8.0-alpha7
2414
+
tag: 8.8.0-alpha8
2415
2415
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2416
2416
digest: ""
2417
2417
## @param orchestration.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
0 commit comments