Skip to content

Commit

Permalink
chore(deps): post upgrade tasks - update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 21, 2025
1 parent 95f2322 commit 4af3e13
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `webModelerPostgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` |
| `webModelerPostgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` |
| `webModelerPostgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r6` |
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r10` |
| `postgresql.auth` | configuration of the database authentication | |
| `webModelerPostgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |
| `webModelerPostgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |
Expand Down Expand Up @@ -1094,7 +1094,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `connectors.image` | configuration to configure the Connectors image specifics | |
| `connectors.image.registry` | can be used to set container image registry. | `""` |
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha2.1` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha3.1` |
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
| `connectors.initContainers` | can be used to set up extra init containers for the application Pod | `[]` |
Expand Down Expand Up @@ -1184,7 +1184,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `core.image` | configuration to configure the image specifics | |
| `core.image.registry` | can be used to set container image registry. | `""` |
| `core.image.repository` | defines which image repository to use | `camunda/camunda` |
| `core.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha2` |
| `core.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha3` |
| `core.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `core.sidecars` | can be used to attach extra containers to the deployment | `[]` |
| `core.clusterSize` | defines the amount of brokers (=replicas), which are deployed via helm | `3` |
Expand Down Expand Up @@ -1313,7 +1313,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `optimize.image` | configuration to configure the Optimize image specifics | |
| `optimize.image.registry` | can be used to set container image registry | `""` |
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha2` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.0-alpha3` |
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `optimize.migration` | configuration for Optimize migration | |
| `optimize.migration.enabled` | if true, run Optimize migration script as an init container | `true` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.7.0-alpha2.1"
app.kubernetes.io/version: "8.7.0-alpha3.1"
data:
application.yml: |
server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.7.0-alpha2.1"
app.kubernetes.io/version: "8.7.0-alpha3.1"
annotations:
{}
spec:
Expand All @@ -35,7 +35,7 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.7.0-alpha2.1"
app.kubernetes.io/version: "8.7.0-alpha3.1"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: connectors
image: camunda/connectors-bundle:8.7.0-alpha2.1
image: camunda/connectors-bundle:8.7.0-alpha3.1
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.7.0-alpha2.1"
app.kubernetes.io/version: "8.7.0-alpha3.1"
annotations:
spec:
type: ClusterIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.7.0-alpha2.1"
app.kubernetes.io/version: "8.7.0-alpha3.1"
automountServiceAccountToken: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
apiVersion: v1
data:
startup.sh: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
apiVersion: v1
data:
startup.sh: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
apiVersion: v1
data:
startup.sh: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
spec:
maxUnavailable: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
spec:
clusterIP: None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
automountServiceAccountToken: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
spec:
replicas: 3
Expand All @@ -36,7 +36,7 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: core
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
spec:
imagePullSecrets:
Expand All @@ -45,7 +45,7 @@ spec:
[]
containers:
- name: core
image: camunda/camunda:8.7.0-alpha2
image: camunda/camunda:8.7.0-alpha3
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: optimize
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
{}
spec:
Expand All @@ -35,14 +35,14 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: optimize
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
spec:
imagePullSecrets:
[]
initContainers:
- name: migration
image: camunda/optimize:8.7.0-alpha2
image: camunda/optimize:8.7.0-alpha3
command: ['./upgrade/upgrade.sh', '--skip-warning']
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
name: environment-config
containers:
- name: optimize
image: camunda/optimize:8.7.0-alpha2
image: camunda/optimize:8.7.0-alpha3
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: optimize
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
spec:
type: ClusterIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: optimize
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
automountServiceAccountToken: false
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data:
clusters:
- id: "default-cluster"
name: "camunda-platform-test-zeebe"
version: "8.7.0-alpha2"
version: "8.7.0-alpha3"
authentication: "OAUTH"
url:
zeebe:
Expand Down

0 comments on commit 4af3e13

Please sign in to comment.