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.7/values.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ console:
489
489
## @param console.image.repository defines which image repository to use
490
490
repository: camunda/console
491
491
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
492
-
tag: 8.7.72
492
+
tag: 8.7.88
493
493
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
494
494
digest: ""
495
495
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -733,7 +733,7 @@ zeebe:
733
733
## @param zeebe.image.repository defines which image repository to use
734
734
repository: camunda/zeebe
735
735
## @param zeebe.image.tag can be set to overwrite the global tag, which should be used in that chart
736
-
tag: 8.7.13
736
+
tag: 8.7.15
737
737
## @param zeebe.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
738
738
digest: ""
739
739
## @param zeebe.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1031,7 +1031,7 @@ zeebeGateway:
1031
1031
## @param zeebeGateway.image.repository defines which image repository to use
1032
1032
repository: camunda/zeebe
1033
1033
## @param zeebeGateway.image.tag can be set to overwrite the global tag, which should be used in that chart
1034
-
tag: 8.7.13
1034
+
tag: 8.7.15
1035
1035
## @param zeebeGateway.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1036
1036
digest: ""
1037
1037
## @param zeebeGateway.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1347,7 +1347,7 @@ operate:
1347
1347
## @param operate.image.repository defines which image repository to use
1348
1348
repository: camunda/operate
1349
1349
## @param operate.image.tag can be set to overwrite the global tag, which should be used in that chart
1350
-
tag: 8.7.13
1350
+
tag: 8.7.15
1351
1351
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1352
1352
digest: ""
1353
1353
## @param operate.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1615,7 +1615,7 @@ tasklist:
1615
1615
## @param tasklist.image.repository defines which image repository to use
1616
1616
repository: camunda/tasklist
1617
1617
## @param tasklist.image.tag can be set to overwrite the global tag, which should be used in that chart
1618
-
tag: 8.7.13
1618
+
tag: 8.7.15
1619
1619
## @param tasklist.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1620
1620
digest: ""
1621
1621
## @param tasklist.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1861,7 +1861,7 @@ optimize:
1861
1861
## @param optimize.image.repository defines which image repository to use
1862
1862
repository: camunda/optimize
1863
1863
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
1864
-
tag: 8.7.9
1864
+
tag: 8.7.10
1865
1865
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1866
1866
digest: ""
1867
1867
## @param optimize.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2380,7 +2380,7 @@ identity:
2380
2380
## @param identity.image.repository defines which image repository to use
2381
2381
repository: camunda/identity
2382
2382
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
2383
-
tag: 8.7.6
2383
+
tag: 8.7.7
2384
2384
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2385
2385
digest: ""
2386
2386
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
## @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2725
2725
digest: ""
2726
2726
@@ -3659,7 +3659,7 @@ connectors:
3659
3659
## @param connectors.image.repository defines which image repository to use
3660
3660
repository: camunda/connectors-bundle
3661
3661
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
3662
-
tag: 8.7.8
3662
+
tag: 8.7.9
3663
3663
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
3664
3664
digest: ""
3665
3665
## @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