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.5/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1278,7 +1278,7 @@ operate:
1278
1278
## @param operate.image.repository defines which image repository to use
1279
1279
repository: camunda/operate
1280
1280
## @param operate.image.tag can be set to overwrite the global tag, which should be used in that chart
1281
-
tag: 8.5.19
1281
+
tag: 8.5.20
1282
1282
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1283
1283
digest: ""
1284
1284
## @param operate.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1540,7 +1540,7 @@ tasklist:
1540
1540
## @param tasklist.image.repository defines which image repository to use
1541
1541
repository: camunda/tasklist
1542
1542
## @param tasklist.image.tag can be set to overwrite the global tag, which should be used in that chart
1543
-
tag: 8.5.21
1543
+
tag: 8.5.22
1544
1544
## @param tasklist.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1545
1545
digest: ""
1546
1546
## @param tasklist.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