Skip to content

Commit 676f4e2

Browse files
deps: update camunda-platform-8.6
1 parent ec37d08 commit 676f4e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/camunda-platform-8.6/values-latest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ connectors:
1919
# https://hub.docker.com/r/camunda/connectors-bundle/tags
2020
image:
2121
repository: camunda/connectors-bundle
22-
tag: 8.6.17
22+
tag: 8.6.18
2323

2424
operate:
2525
# https://hub.docker.com/r/camunda/operate/tags
2626
image:
2727
repository: camunda/operate
28-
tag: 8.6.25
28+
tag: 8.6.26
2929

3030
optimize:
3131
# https://hub.docker.com/r/camunda/optimize/tags
@@ -37,7 +37,7 @@ tasklist:
3737
# https://hub.docker.com/r/camunda/tasklist/tags
3838
image:
3939
repository: camunda/tasklist
40-
tag: 8.6.25
40+
tag: 8.6.26
4141

4242
webModeler:
4343
# https://hub.docker.com/r/camunda/web-modeler-restapi
@@ -49,13 +49,13 @@ zeebe:
4949
# https://hub.docker.com/r/camunda/zeebe/tags
5050
image:
5151
repository: camunda/zeebe
52-
tag: 8.6.25
52+
tag: 8.6.26
5353

5454
zeebeGateway:
5555
# https://hub.docker.com/r/camunda/zeebe/tags
5656
image:
5757
repository: camunda/zeebe
58-
tag: 8.6.25
58+
tag: 8.6.26
5959

6060
#
6161
# Identity

charts/camunda-platform-8.6/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ zeebe:
673673
## @param zeebe.image.repository defines which image repository to use
674674
repository: camunda/zeebe
675675
## @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
677677
## @param zeebe.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
678678
digest: ""
679679
## @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:
971971
## @param zeebeGateway.image.repository defines which image repository to use
972972
repository: camunda/zeebe
973973
## @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
975975
## @param zeebeGateway.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
976976
digest: ""
977977
## @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:
12871287
## @param operate.image.repository defines which image repository to use
12881288
repository: camunda/operate
12891289
## @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
12911291
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
12921292
digest: ""
12931293
## @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:
15551555
## @param tasklist.image.repository defines which image repository to use
15561556
repository: camunda/tasklist
15571557
## @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
15591559
## @param tasklist.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
15601560
digest: ""
15611561
## @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:
35423542
## @param connectors.image.repository defines which image repository to use
35433543
repository: camunda/connectors-bundle
35443544
## @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
35463546
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
35473547
digest: ""
35483548
## @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

Comments
 (0)