Skip to content

Commit 9628452

Browse files
deps: update camunda/console docker tag to v8.7.70 (#4156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1c140e commit 9628452

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

charts/camunda-platform-8.7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
591591
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
592592
| `console.image.registry` | can be used to set container image registry. | `""` |
593593
| `console.image.repository` | defines which image repository to use | `camunda/console` |
594-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.69` |
594+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.70` |
595595
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
596596
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
597597
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |

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

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

charts/camunda-platform-8.7/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.7.69"
14+
app.kubernetes.io/version: "8.7.70"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

charts/camunda-platform-8.7/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.7.69"
14+
app.kubernetes.io/version: "8.7.70"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

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

charts/camunda-platform-8.7/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.7.69"
14+
app.kubernetes.io/version: "8.7.70"
1515
automountServiceAccountToken: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ console:
1313
# https://hub.docker.com/r/camunda/console/tags
1414
image:
1515
repository: camunda/console
16-
tag: 8.7.69
16+
tag: 8.7.70
1717

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

charts/camunda-platform-8.7/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ console:
489489
## @param console.image.repository defines which image repository to use
490490
repository: camunda/console
491491
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
492-
tag: 8.7.69
492+
tag: 8.7.70
493493
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
494494
digest: ""
495495
## @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)