Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bitnami/postgresql docker tag to v15.8.0 #2412

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"charts/camunda-platform-8.3": "8.3.17",
"charts/camunda-platform-8.4": "9.4.0",
"charts/camunda-platform-8.5": "10.4.0",
"charts/camunda-platform-8.6": "11.0.0-alpha5"
"charts/camunda-platform-8.6": "11.0.0"
}
4 changes: 2 additions & 2 deletions .github/config/release-please/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"bump-minor-pre-major": false,
"prerelease": false,
"draft": false,
"bootstrap-sha": "6f4ebb54244dd23aa73fc6d31ff875dd1629c677",
"last-release-sha": "6f4ebb54244dd23aa73fc6d31ff875dd1629c677",
"bootstrap-sha": "5171418e4a5dafc94a42280bfa19b01e65eff304",
"last-release-sha": "5171418e4a5dafc94a42280bfa19b01e65eff304",
"packages": {
"charts/camunda-platform-8.6": {
"release-type": "helm",
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags?page=&page_size=&ordering=&name=8.2
image:
repository: bitnami/postgresql
tag: 15.4.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.4.0
tag: 15.8.0

# Keycloak.enabled is used incorporate with "global.identity.keycloak" to use your own Keycloak instead of the one comes with Camunda Platform Helm chart.
enabled: true
Expand Down
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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ identity:
##
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0
## @param identity.postgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -1657,7 +1657,7 @@ identity:
## @param identity.keycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identity.keycloak.postgresql.image.tag image tag
tag: 15.5.0
tag: 15.8.0
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ identity:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.5.0
tag: 15.8.0

#
# Elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ identity:
##
image:
repository: bitnami/postgresql
tag: 15.7.0
tag: 15.8.0
## @param identity.postgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -2007,7 +2007,7 @@ identity:
## @param identity.keycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identity.keycloak.postgresql.image.tag image tag
tag: 15.7.0
tag: 15.8.0
primary:
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].name
## @skip identity.keycloak.postgresql.primary.extraVolumes[0].emptyDir
Expand Down
82 changes: 80 additions & 2 deletions charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 11.0.0-alpha5
version: 11.0.0
appVersion: 8.6.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -54,7 +54,7 @@ maintainers:
- name: jessesimpson36
email: [email protected]
annotations:
camunda.io/helmCLIVersion: "3.15.3"
camunda.io/helmCLIVersion: "3.16.1"
artifacthub.io/links: |
- name: Camunda 8 docs
url: https://docs.camunda.io/
Expand All @@ -64,14 +64,58 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "Configure Webapps with REST v2 Api"
- kind: added
description: "Support dnsPolicy and dnsConfig for all components"
- kind: added
description: "Configurable update strategy"
- kind: added
description: "Add camunda license config into all components"
- kind: added
description: "Use web-modeler public docker images"
- kind: added
description: "Add volumeClaimTemplates label selector in zeebe statefulSet"
- kind: added
description: "Support migration init container for operate"
- kind: added
description: "Configure camunda database to be used by v2 API"
- kind: added
description: "Adding `adaptSecurityContext` option in values.yaml for OpenShift SCC"
- kind: added
description: "Support Keycloak v25"
- kind: added
description: "Adding play env var to web-modeler"
- kind: added
description: "Support optional chart secrets auto-generation"
- kind: added
description: "Execution identity integration"
- kind: added
description: "Increase elasticsearch nodes to 3"
- kind: added
description: "Adding aws config in apps for OpenSearch"
- kind: changed
description: "Update Tasklist with monorepo configuration"
- kind: changed
description: "Configure Tasklist's management port"
- kind: changed
description: "Configure zeebe-gateway context path"
- kind: changed
description: "Configure operate management port"
- kind: changed
description: "Use gatewayAddress property instead of brokerContactPoint"
- kind: changed
description: "Remove the global image tag value and use it from the components"
- kind: changed
description: "Hardcoding strategy for all components and removing ability to configure strategy"
- kind: changed
description: "Using bitnami oci chart repository"
- kind: changed
description: "Default keycloak ingress pathType to Prefix"
- kind: changed
description: "Update console docker repository"
- kind: fixed
description: "Added recreate strategy to all Operate deployments"
- kind: fixed
description: "Changed restAddress in Tasklist with helper function"
- kind: fixed
Expand All @@ -86,3 +130,37 @@ annotations:
description: "Drop namespace from zeebe advertisedHost and initialContactPoints"
- kind: fixed
description: "ExistingSecret for OpenSearch password can be used without defining password literal"
- kind: fixed
description: "Remove openshift post-render script"
- kind: fixed
description: "Dynamically set advertisedHosts based on multiregion"
- kind: fixed
description: "AdvertisedHost relies on global.multiregion.regions and not global.multiregion.enabled"
- kind: fixed
description: "Enable secrets deprecation flag in alpha by default"
- kind: fixed
description: "Reload identity when its config changed"
- kind: fixed
description: "Correctly intend operate migration envs"
- kind: fixed
description: "Add zeebe opensearch retention to app config file"
- kind: fixed
description: "Gives port-forward hostnames to external urls when no ingress is…"
- kind: fixed
description: "Added helper function smtp auth for webmodeler"
- kind: fixed
description: "Correct ingress nginx annotation to activate proxy buffering by default"
- kind: fixed
description: "Double-slash issue in health check paths and constraints for Zeebe Gateway"
- kind: fixed
description: "Include opensearch env vars in operate initContainer"
- kind: fixed
description: "Warning added to NOTES about installationType"
- kind: fixed
description: "Rearranged env vars necessary for oidc to work with console"
- kind: fixed
description: "Identity baseUrl supplied regardless of multitenancy"
- kind: fixed
description: "Define Web Modeler Admin role in identity"
- kind: fixed
description: "Up tasklist timeoutSeconds to 5"
Loading