Skip to content

Commit 1e59454

Browse files
deps: update camunda-platform-images (patch) (#6432)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b4b994 commit 1e59454

9 files changed

Lines changed: 10 additions & 9 deletions

File tree

charts/camunda-platform-8.9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
763763
| `console.extraConfiguration` | if specified, contents will be used for an extra configuration file. All files will be concatenated into one. Make sure there are no duplicate values between files. | `[]` |
764764
| `console.image.registry` | can be used to set container image registry. | `""` |
765765
| `console.image.repository` | defines which image repository to use | `camunda/console` |
766-
| `console.image.tag` | can be used to set the Docker image tag for the Console image | `8.9.52` |
766+
| `console.image.tag` | can be used to set the Docker image tag for the Console image | `8.9.53` |
767767
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
768768
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
769769
| `console.nodeEnv` | can be used to set the node environment. | `prod` |

charts/camunda-platform-8.9/test/unit/console/golden/configmap.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.9.52"
14+
app.kubernetes.io/version: "8.9.53"
1515
data:
1616
application.yaml: |-
1717
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/

charts/camunda-platform-8.9/test/unit/console/golden/deployment.golden.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.9.52"
14+
app.kubernetes.io/version: "8.9.53"
1515
annotations:
1616
{}
1717
spec:
@@ -49,7 +49,7 @@ spec:
4949
type: RuntimeDefault
5050
containers:
5151
- name: camunda-platform
52-
image: camunda/console:8.9.52
52+
image: camunda/console:8.9.53
5353
imagePullPolicy: Always
5454
securityContext:
5555
allowPrivilegeEscalation: false

charts/camunda-platform-8.9/test/unit/console/golden/service.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.9.52"
14+
app.kubernetes.io/version: "8.9.53"
1515
annotations:
1616
spec:
1717
type: ClusterIP

charts/camunda-platform-8.9/test/unit/console/golden/serviceaccount.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/name: camunda-platform
1313
app.kubernetes.io/part-of: camunda-platform
14-
app.kubernetes.io/version: 8.9.52
14+
app.kubernetes.io/version: 8.9.53
1515
automountServiceAccountToken: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console:
1212
# https://hub.docker.com/r/camunda/console/tags
1313
image:
1414
repository: camunda/console
15-
tag: 8.9.52
15+
tag: 8.9.53
1616

1717
connectors:
1818
# https://hub.docker.com/r/camunda/connectors-bundle/tags

charts/camunda-platform-8.9/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2542,7 +2542,7 @@
25422542
"tag": {
25432543
"type": "string",
25442544
"description": "can be used to set the Docker image tag for the Console image",
2545-
"default": "8.9.52"
2545+
"default": "8.9.53"
25462546
},
25472547
"digest": {
25482548
"type": "string",

charts/camunda-platform-8.9/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ console:
14381438
## @param console.image.repository defines which image repository to use
14391439
repository: camunda/console
14401440
## @param console.image.tag can be used to set the Docker image tag for the Console image
1441-
tag: 8.9.52
1441+
tag: 8.9.53
14421442
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
14431443
digest: ""
14441444
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

scripts/playwright-pin/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
66
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
7+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
78
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
89
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
910
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)