Skip to content

Commit 605c449

Browse files
deps: update camunda-platform-8.8
1 parent 71763b2 commit 605c449

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
@@ -652,7 +652,7 @@ identity:
652652
## @param identity.image.repository defines which image repository to use
653653
repository: camunda/identity
654654
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
655-
tag: 8.8.0-alpha7
655+
tag: 8.8.0-alpha8
656656
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
657657
digest: ""
658658
## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -1195,7 +1195,7 @@ console:
11951195
## @param console.image.repository defines which image repository to use
11961196
repository: camunda/console
11971197
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
1198-
tag: 8.8.0-alpha7
1198+
tag: 8.8.0-alpha8
11991199
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
12001200
digest: ""
12011201
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2155,7 +2155,7 @@ connectors:
21552155
## @param connectors.image.repository defines which image repository to use
21562156
repository: camunda/connectors-bundle
21572157
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
2158-
tag: 8.8.0-alpha7
2158+
tag: 8.8.0-alpha8
21592159
## @param connectors.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
21602160
digest: ""
21612161
## @param connectors.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2434,7 +2434,7 @@ orchestration:
24342434
## @param orchestration.image.repository defines which image repository to use
24352435
repository: camunda/camunda
24362436
## @param orchestration.image.tag can be set to overwrite the global tag, which should be used in that chart
2437-
tag: 8.8.0-alpha7
2437+
tag: 8.8.0-alpha8
24382438
## @param orchestration.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
24392439
digest: ""
24402440
## @param orchestration.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2910,7 +2910,7 @@ optimize:
29102910
## @param optimize.image.repository defines which image repository to use
29112911
repository: camunda/optimize
29122912
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
2913-
tag: 8.8.0-alpha7
2913+
tag: 8.8.0-alpha8
29142914
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
29152915
digest: ""
29162916
## @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)