Skip to content

Commit 1ef7135

Browse files
deps: update camunda-platform-8.7
1 parent 2f3fc23 commit 1ef7135

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.78
1717

1818
connectors:
1919
# https://hub.docker.com/r/camunda/connectors-bundle/tags
@@ -71,7 +71,7 @@ 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: 2 additions & 2 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.78
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
@@ -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

0 commit comments

Comments
 (0)