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
@@ -652,7 +652,7 @@ identity:
652
652
## @param identity.image.repository defines which image repository to use
653
653
repository: camunda/identity
654
654
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
655
-
tag: 8.8.0-alpha7
655
+
tag: 8.8.0-alpha8
656
656
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
657
657
digest: ""
658
658
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1195,7 +1195,7 @@ console:
1195
1195
## @param console.image.repository defines which image repository to use
1196
1196
repository: camunda/console
1197
1197
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1198
-
tag: 8.8.0-alpha7
1198
+
tag: 8.8.0-alpha8
1199
1199
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1200
1200
digest: ""
1201
1201
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2155,7 +2155,7 @@ connectors:
2155
2155
## @param connectors.image.repository defines which image repository to use
2156
2156
repository: camunda/connectors-bundle
2157
2157
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
2158
-
tag: 8.8.0-alpha7
2158
+
tag: 8.8.0-alpha8
2159
2159
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2160
2160
digest: ""
2161
2161
## @param connectors.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2434,7 +2434,7 @@ orchestration:
2434
2434
## @param orchestration.image.repository defines which image repository to use
2435
2435
repository: camunda/camunda
2436
2436
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2437
-
tag: 8.8.0-alpha7
2437
+
tag: 8.8.0-alpha8
2438
2438
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2439
2439
digest: ""
2440
2440
## @param orchestration.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2910,7 +2910,7 @@ optimize:
2910
2910
## @param optimize.image.repository defines which image repository to use
2911
2911
repository: camunda/optimize
2912
2912
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
2913
-
tag: 8.8.0-alpha7
2913
+
tag: 8.8.0-alpha8
2914
2914
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2915
2915
digest: ""
2916
2916
## @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