Skip to content

Commit 3a9a9bf

Browse files
committed
chore(deps): post upgrade tasks - update golden files
1 parent ea9cd53 commit 3a9a9bf

19 files changed

+26
-26
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
582582
| `identity.image` | configuration to configure the identity image specifics | |
583583
| `identity.image.registry` | can be used to set container image registry. | `""` |
584584
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
585-
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
585+
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
586586
| `identity.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
587587
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
588588
| `identity.multitenancy` | | |
@@ -787,7 +787,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
787787
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
788788
| `console.image.registry` | can be used to set container image registry. | `""` |
789789
| `console.image.repository` | defines which image repository to use | `camunda/console` |
790-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha7` |
790+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha8` |
791791
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
792792
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
793793
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
@@ -1316,7 +1316,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
13161316
| `orchestration.image` | configuration to configure the image specifics | |
13171317
| `orchestration.image.registry` | can be used to set container image registry. | `""` |
13181318
| `orchestration.image.repository` | defines which image repository to use | `camunda/camunda` |
1319-
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1319+
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
13201320
| `orchestration.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
13211321
| `orchestration.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
13221322
| `orchestration.migration` | configuration for migration purposes for the orchestration cluster | |

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-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
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-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
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-alpha7
52+
image: camunda/console:8.8.0-alpha8
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-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
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-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
1515
automountServiceAccountToken: false

charts/camunda-platform-8.8/test/unit/identity/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: identity
14-
app.kubernetes.io/version: "8.8.0-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
1515
annotations:
1616
{}
1717
data:

charts/camunda-platform-8.8/test/unit/identity/golden/deployment.golden.yaml

Lines changed: 3 additions & 3 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: identity
14-
app.kubernetes.io/version: "8.8.0-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
1515
annotations:
1616
{}
1717
spec:
@@ -35,7 +35,7 @@ spec:
3535
app.kubernetes.io/managed-by: Helm
3636
app.kubernetes.io/part-of: camunda-platform
3737
app.kubernetes.io/component: identity
38-
app.kubernetes.io/version: "8.8.0-alpha7"
38+
app.kubernetes.io/version: "8.8.0-alpha8"
3939
annotations:
4040
spec:
4141
imagePullSecrets:
@@ -44,7 +44,7 @@ spec:
4444
[]
4545
containers:
4646
- name: camunda-platform
47-
image: camunda/identity:8.8.0-alpha7
47+
image: camunda/identity:8.8.0-alpha8
4848
imagePullPolicy: Always
4949
securityContext:
5050
allowPrivilegeEscalation: false

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

charts/camunda-platform-8.8/test/unit/identity/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: identity
14-
app.kubernetes.io/version: "8.8.0-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
1515
automountServiceAccountToken: true

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap-authorizations.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/managed-by: Helm
1111
app.kubernetes.io/part-of: camunda-platform
1212
app.kubernetes.io/component: zeebe-broker
13-
app.kubernetes.io/version: "8.8.0-alpha7"
13+
app.kubernetes.io/version: "8.8.0-alpha8"
1414
apiVersion: v1
1515
data:
1616
startup.sh: |

0 commit comments

Comments
 (0)