Skip to content

Commit 99ff8ff

Browse files
deps: update camunda-platform-8.8
1 parent cf08be3 commit 99ff8ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ identity:
626626
## @param identity.image.repository defines which image repository to use
627627
repository: camunda/identity
628628
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
629-
tag: 8.8.0-alpha7
629+
tag: 8.8.0-alpha8
630630
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
631631
digest: ""
632632
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1169,7 +1169,7 @@ console:
11691169
## @param console.image.repository defines which image repository to use
11701170
repository: camunda/console
11711171
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1172-
tag: 8.8.0-alpha7
1172+
tag: 8.8.0-alpha8
11731173
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
11741174
digest: ""
11751175
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2129,7 +2129,7 @@ connectors:
21292129
## @param connectors.image.repository defines which image repository to use
21302130
repository: camunda/connectors-bundle
21312131
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
2132-
tag: 8.8.0-alpha7
2132+
tag: 8.8.0-alpha8
21332133
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
21342134
digest: ""
21352135
## @param connectors.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2408,7 +2408,7 @@ orchestration:
24082408
## @param orchestration.image.repository defines which image repository to use
24092409
repository: camunda/camunda
24102410
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2411-
tag: 8.8.0-alpha7
2411+
tag: 8.8.0-alpha8
24122412
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
24132413
digest: ""
24142414
## @param orchestration.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2884,7 +2884,7 @@ optimize:
28842884
## @param optimize.image.repository defines which image repository to use
28852885
repository: camunda/optimize
28862886
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
2887-
tag: 8.8.0-alpha7
2887+
tag: 8.8.0-alpha8
28882888
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
28892889
digest: ""
28902890
## @param optimize.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)