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.6/values.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -673,7 +673,7 @@ zeebe:
673
673
## @param zeebe.image.repository defines which image repository to use
674
674
repository: camunda/zeebe
675
675
## @param zeebe.image.tag can be set to overwrite the global tag, which should be used in that chart
676
-
tag: 8.6.25
676
+
tag: 8.6.26
677
677
## @param zeebe.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
678
678
digest: ""
679
679
## @param zeebe.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -971,7 +971,7 @@ zeebeGateway:
971
971
## @param zeebeGateway.image.repository defines which image repository to use
972
972
repository: camunda/zeebe
973
973
## @param zeebeGateway.image.tag can be set to overwrite the global tag, which should be used in that chart
974
-
tag: 8.6.25
974
+
tag: 8.6.26
975
975
## @param zeebeGateway.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
976
976
digest: ""
977
977
## @param zeebeGateway.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1287,7 +1287,7 @@ operate:
1287
1287
## @param operate.image.repository defines which image repository to use
1288
1288
repository: camunda/operate
1289
1289
## @param operate.image.tag can be set to overwrite the global tag, which should be used in that chart
1290
-
tag: 8.6.25
1290
+
tag: 8.6.26
1291
1291
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1292
1292
digest: ""
1293
1293
## @param operate.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1555,7 +1555,7 @@ tasklist:
1555
1555
## @param tasklist.image.repository defines which image repository to use
1556
1556
repository: camunda/tasklist
1557
1557
## @param tasklist.image.tag can be set to overwrite the global tag, which should be used in that chart
1558
-
tag: 8.6.25
1558
+
tag: 8.6.26
1559
1559
## @param tasklist.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1560
1560
digest: ""
1561
1561
## @param tasklist.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -3542,7 +3542,7 @@ connectors:
3542
3542
## @param connectors.image.repository defines which image repository to use
3543
3543
repository: camunda/connectors-bundle
3544
3544
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
3545
-
tag: 8.6.17
3545
+
tag: 8.6.18
3546
3546
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
3547
3547
digest: ""
3548
3548
## @param connectors.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