Skip to content

Commit e429d1c

Browse files
deps: update console to 8.8.0-alpha8.1 (#4132)
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
1 parent 85d5693 commit e429d1c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

charts/camunda-platform-8.8/README.md

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

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

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

charts/camunda-platform-8.8/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.8.0-alpha8"
14+
app.kubernetes.io/version: "8.8.0-alpha8.1"
1515
annotations:
1616
spec:
1717
type: ClusterIP

charts/camunda-platform-8.8/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.8.0-alpha8"
14+
app.kubernetes.io/version: "8.8.0-alpha8.1"
1515
automountServiceAccountToken: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@
23612361
"tag": {
23622362
"type": "string",
23632363
"description": "can be used to set the Docker image tag for the Console image (overwrites global.image.tag)",
2364-
"default": "8.8.0-alpha8"
2364+
"default": "8.8.0-alpha8.1"
23652365
},
23662366
"digest": {
23672367
"type": "string",

charts/camunda-platform-8.8/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-alpha8
1198+
tag: 8.8.0-alpha8.1
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

0 commit comments

Comments
 (0)