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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -626,7 +626,7 @@ identity:
626
626
## @param identity.image.repository defines which image repository to use
627
627
repository: camunda/identity
628
628
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
629
-
tag: 8.8.0-alpha7
629
+
tag: 8.8.0-alpha8
630
630
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
631
631
digest: ""
632
632
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1169,7 +1169,7 @@ console:
1169
1169
## @param console.image.repository defines which image repository to use
1170
1170
repository: camunda/console
1171
1171
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1172
-
tag: 8.8.0-alpha7
1172
+
tag: 8.8.0-alpha8
1173
1173
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1174
1174
digest: ""
1175
1175
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2129,7 +2129,7 @@ connectors:
2129
2129
## @param connectors.image.repository defines which image repository to use
2130
2130
repository: camunda/connectors-bundle
2131
2131
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
2132
-
tag: 8.8.0-alpha7
2132
+
tag: 8.8.0-alpha8
2133
2133
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2134
2134
digest: ""
2135
2135
## @param connectors.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2408,7 +2408,7 @@ orchestration:
2408
2408
## @param orchestration.image.repository defines which image repository to use
2409
2409
repository: camunda/camunda
2410
2410
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2411
-
tag: 8.8.0-alpha7
2411
+
tag: 8.8.0-alpha8
2412
2412
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2413
2413
digest: ""
2414
2414
## @param orchestration.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2884,7 +2884,7 @@ optimize:
2884
2884
## @param optimize.image.repository defines which image repository to use
2885
2885
repository: camunda/optimize
2886
2886
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
2887
-
tag: 8.8.0-alpha7
2887
+
tag: 8.8.0-alpha8
2888
2888
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2889
2889
digest: ""
2890
2890
## @param optimize.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