Skip to content

Commit 37af185

Browse files
deps: update camunda-platform-8.7
1 parent a9be582 commit 37af185

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

charts/camunda-platform-8.7/values-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ elasticsearch:
104104
image:
105105
registry: registry.camunda.cloud
106106
repository: vendor-ee/elasticsearch
107-
tag: 8.19.3
107+
tag: 8.19.4
108108
pullSecrets:
109109
- name: registry-camunda-cloud
110110

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ console:
1313
# https://hub.docker.com/r/camunda/console/tags
1414
image:
1515
repository: camunda/console
16-
tag: 8.7.72
16+
tag: 8.7.88
1717

1818
connectors:
1919
# https://hub.docker.com/r/camunda/connectors-bundle/tags
2020
image:
2121
repository: camunda/connectors-bundle
22-
tag: 8.7.8
22+
tag: 8.7.9
2323

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

3030
optimize:
3131
# https://hub.docker.com/r/camunda/optimize/tags
3232
image:
3333
repository: camunda/optimize
34-
tag: 8.7.9
34+
tag: 8.7.10
3535

3636
tasklist:
3737
# https://hub.docker.com/r/camunda/tasklist/tags
3838
image:
3939
repository: camunda/tasklist
40-
tag: 8.7.13
40+
tag: 8.7.15
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.7.13
52+
tag: 8.7.15
5353

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

6060
#
6161
# Identity
@@ -65,13 +65,13 @@ identity:
6565
# https://hub.docker.com/r/camunda/identity/tags
6666
image:
6767
repository: camunda/identity
68-
tag: 8.7.6
68+
tag: 8.7.7
6969

7070
identityKeycloak:
7171
# https://hub.docker.com/r/bitnami/keycloak/tags
7272
image:
7373
repository: camunda/keycloak
74-
tag: 26.3.2
74+
tag: 26.3.3
7575
postgresql:
7676
# https://hub.docker.com/r/bitnami/postgresql/tags
7777
image:

charts/camunda-platform-8.7/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ console:
489489
## @param console.image.repository defines which image repository to use
490490
repository: camunda/console
491491
## @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
493493
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
494494
digest: ""
495495
## @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:
733733
## @param zeebe.image.repository defines which image repository to use
734734
repository: camunda/zeebe
735735
## @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
737737
## @param zeebe.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
738738
digest: ""
739739
## @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:
10311031
## @param zeebeGateway.image.repository defines which image repository to use
10321032
repository: camunda/zeebe
10331033
## @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
10351035
## @param zeebeGateway.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
10361036
digest: ""
10371037
## @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:
13471347
## @param operate.image.repository defines which image repository to use
13481348
repository: camunda/operate
13491349
## @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
13511351
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
13521352
digest: ""
13531353
## @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:
16151615
## @param tasklist.image.repository defines which image repository to use
16161616
repository: camunda/tasklist
16171617
## @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
16191619
## @param tasklist.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
16201620
digest: ""
16211621
## @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:
18611861
## @param optimize.image.repository defines which image repository to use
18621862
repository: camunda/optimize
18631863
## @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
18651865
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
18661866
digest: ""
18671867
## @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:
23802380
## @param identity.image.repository defines which image repository to use
23812381
repository: camunda/identity
23822382
## @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
23842384
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
23852385
digest: ""
23862386
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2720,7 +2720,7 @@ identityKeycloak:
27202720
## @param identityKeycloak.image.repository image repo
27212721
repository: camunda/keycloak
27222722
## @param identityKeycloak.image.tag image tag
2723-
tag: 26.3.2
2723+
tag: 26.3.3
27242724
## @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
27252725
digest: ""
27262726

@@ -3659,7 +3659,7 @@ connectors:
36593659
## @param connectors.image.repository defines which image repository to use
36603660
repository: camunda/connectors-bundle
36613661
## @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
36633663
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
36643664
digest: ""
36653665
## @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)