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 Oct 4, 2024
1 parent f721cdd commit 7e7acb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.ingress.tls.secretName` | defines the secret name which contains the TLS private key and certificate | `camunda-platform-identity` |
| `identity.postgresql.enabled` | Enable PostgreSQL Helm chart. Required for Multi-Tenancy. | `false` |
| `identity.postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.5.0` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.8.0` |
| `identity.postgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` |
| `identity.postgresql.auth.username` | Non-root username | `identity` |
| `identity.postgresql.auth.database` | The database name | `identity` |
Expand All @@ -1056,7 +1056,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.keycloak` | configuration, for the keycloak dependency chart which is used by identity. | |
| `identity.keycloak.postgresql` | configuration. | |
| `identity.keycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.5.0` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.8.0` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.enabled` | | `true` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.privileged` | | `false` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.readOnlyRootFilesystem` | | `true` |
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.ingress.tls.secretName` | defines the secret name which contains the TLS private key and certificate | `camunda-platform-identity` |
| `identity.postgresql.enabled` | Enable PostgreSQL Helm chart. Required for Multi-Tenancy. | `false` |
| `identity.postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.7.0` |
| `identity.postgresql.image.tag` | PostgreSQL image tag | `15.8.0` |
| `identity.postgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` |
| `identity.postgresql.auth.username` | Non-root username | `identity` |
| `identity.postgresql.auth.database` | The database name | `identity` |
Expand All @@ -1174,7 +1174,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `identity.keycloak` | configuration, for the keycloak dependency chart which is used by identity. | |
| `identity.keycloak.postgresql` | configuration. | |
| `identity.keycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.7.0` |
| `identity.keycloak.postgresql.image.tag` | image tag | `15.8.0` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.enabled` | | `true` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.privileged` | | `false` |
| `identity.keycloak.postgresql.primary.containerSecurityContext.readOnlyRootFilesystem` | | `true` |
Expand Down

0 comments on commit 7e7acb2

Please sign in to comment.