Skip to content

Commit 6e69edc

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

File tree

136 files changed

+221
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+221
-221
lines changed

charts/camunda-platform-8.5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
548548
| `console.configuration` | Configuration passed directly to Console as YAML file. More details on [Console official documenations](https://docs.camunda.io/docs/self-managed/console-deployment/configuration/) | `""` |
549549
| `console.image.registry` | can be used to set container image registry. | `registry.camunda.cloud` |
550550
| `console.image.repository` | defines which image repository to use | `console/console-sm` |
551-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.119` |
551+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.120` |
552552
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
553553
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
554554
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |

charts/camunda-platform-8.5/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.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
data:
1616
application.yaml: |-
1717
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/

charts/camunda-platform-8.5/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.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
annotations:
1616
{}
1717
spec:
@@ -49,7 +49,7 @@ spec:
4949
type: RuntimeDefault
5050
containers:
5151
- name: camunda-platform
52-
image: registry.camunda.cloud/console/console-sm:8.5.119
52+
image: registry.camunda.cloud/console/console-sm:8.5.120
5353
imagePullPolicy: IfNotPresent
5454
securityContext:
5555
allowPrivilegeEscalation: false

charts/camunda-platform-8.5/test/unit/console/golden/ingress-all-enabled.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.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

charts/camunda-platform-8.5/test/unit/console/golden/ingress.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.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

charts/camunda-platform-8.5/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.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
annotations:
1616
spec:
1717
type: ClusterIP

charts/camunda-platform-8.5/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/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.5.119"
14+
app.kubernetes.io/version: "8.5.120"
1515
automountServiceAccountToken: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console:
1818
# registry.camunda.cloud/console
1919
image:
2020
# renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm
21-
tag: 8.5.119
21+
tag: 8.5.120
2222

2323
connectors:
2424
# https://hub.docker.com/r/camunda/connectors-bundle/tags

charts/camunda-platform-8.5/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ console:
423423
repository: console/console-sm
424424
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
425425
# renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm
426-
tag: 8.5.119
426+
tag: 8.5.120
427427
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
428428
digest: ""
429429
## @param console.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)