Skip to content

Commit c476a08

Browse files
committed
chore(deps): post upgrade tasks - update golden files
1 parent cad9bb9 commit c476a08

26 files changed

+40
-40
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
583583
| `identity.image` | configuration to configure the identity image specifics | |
584584
| `identity.image.registry` | can be used to set container image registry. | `""` |
585585
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
586-
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
586+
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
587587
| `identity.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
588588
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
589589
| `identity.multitenancy` | | |
@@ -789,7 +789,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
789789
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
790790
| `console.image.registry` | can be used to set container image registry. | `""` |
791791
| `console.image.repository` | defines which image repository to use | `camunda/console` |
792-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha7` |
792+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha8` |
793793
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
794794
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
795795
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
@@ -1197,7 +1197,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
11971197
| `connectors.image` | configuration to configure the Connectors image specifics | |
11981198
| `connectors.image.registry` | can be used to set container image registry. | `""` |
11991199
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
1200-
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1200+
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
12011201
| `connectors.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
12021202
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
12031203
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
@@ -1318,7 +1318,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
13181318
| `orchestration.image` | configuration to configure the image specifics | |
13191319
| `orchestration.image.registry` | can be used to set container image registry. | `""` |
13201320
| `orchestration.image.repository` | defines which image repository to use | `camunda/camunda` |
1321-
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1321+
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
13221322
| `orchestration.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
13231323
| `orchestration.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
13241324
| `orchestration.migration` | configuration for migration purposes for the orchestration cluster | |
@@ -1508,7 +1508,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
15081508
| `optimize.image` | configuration to configure the Optimize image specifics | |
15091509
| `optimize.image.registry` | can be used to set container image registry | `""` |
15101510
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
1511-
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1511+
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
15121512
| `optimize.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
15131513
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
15141514
| `optimize.migration` | configuration for Optimize migration | |

charts/camunda-platform-8.8/test/unit/connectors/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: connectors
14-
app.kubernetes.io/version: "8.8.0-alpha7"
14+
app.kubernetes.io/version: "8.8.0-alpha8"
1515
data:
1616
application.yaml: |
1717
server:

charts/camunda-platform-8.8/test/unit/connectors/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: connectors
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: connectors
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: connectors
47-
image: camunda/connectors-bundle:8.8.0-alpha7
47+
image: camunda/connectors-bundle:8.8.0-alpha8
4848
imagePullPolicy: Always
4949
securityContext:
5050
allowPrivilegeEscalation: false

charts/camunda-platform-8.8/test/unit/connectors/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: connectors
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/connectors/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: connectors
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/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:

0 commit comments

Comments
 (0)