Skip to content

Commit 96e3d2e

Browse files
deps: update camunda-platform-8.8
1 parent 5895c04 commit 96e3d2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/camunda-platform-8.8/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module camunda-platform
22

33
go 1.23.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require (
88
github.com/BurntSushi/toml v1.5.0

charts/camunda-platform-8.8/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ identity:
628628
## @param identity.image.repository defines which image repository to use
629629
repository: camunda/identity
630630
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
631-
tag: 8.8.0-alpha7
631+
tag: 8.8.0-alpha8
632632
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
633633
digest: ""
634634
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1170,7 +1170,7 @@ console:
11701170
## @param console.image.repository defines which image repository to use
11711171
repository: camunda/console
11721172
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1173-
tag: 8.8.0-alpha7
1173+
tag: 8.8.0-alpha8
11741174
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
11751175
digest: ""
11761176
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2411,7 +2411,7 @@ orchestration:
24112411
## @param orchestration.image.repository defines which image repository to use
24122412
repository: camunda/camunda
24132413
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2414-
tag: 8.8.0-alpha7
2414+
tag: 8.8.0-alpha8
24152415
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
24162416
digest: ""
24172417
## @param orchestration.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)