From 2a1ce42112ce5984f20e53c8622b8def9f04f01f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 18 Apr 2023 16:17:14 +0200 Subject: [PATCH] [bitnami/discourse] Release 10.0.6 (#16115) * [bitnami/discourse] Release 10.0.6 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/discourse/Chart.lock | 8 ++++---- bitnami/discourse/Chart.yaml | 4 ++-- bitnami/discourse/README.md | 4 ++-- bitnami/discourse/values.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock index 78ae11ca38..0142880e36 100644 --- a/bitnami/discourse/Chart.lock +++ b/bitnami/discourse/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.9.3 + version: 17.9.5 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.2.7 + version: 12.2.8 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.4 -digest: sha256:07bf46741eed9551546781831433de9cf2fc8276ff711eb8d2da0a7c33964c84 -generated: "2023-04-01T15:37:25.813620415Z" +digest: sha256:a5ae630b50f722f253e26f9ba65867a625ace06acfb3244193320d5cf47fe56c +generated: "2023-04-18T12:06:21.978889686Z" diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index 7ccc9d179f..5d8937c818 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Forum licenses: Apache-2.0 apiVersion: v2 -appVersion: 3.0.2 +appVersion: 3.0.3 dependencies: - condition: redis.enabled name: redis @@ -35,4 +35,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/discourse - https://github.com/spinnaker - https://www.discourse.org/ -version: 10.0.5 +version: 10.0.6 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index e45e05d424..da2028dc06 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- | | `image.registry` | Discourse image registry | `docker.io` | | `image.repository` | Discourse image repository | `bitnami/discourse` | -| `image.tag` | Discourse image tag | `3.0.2-debian-11-r3` | +| `image.tag` | Discourse image tag | `3.0.3-debian-11-r0` | | `image.digest` | Discourse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Discourse image pull policy | `IfNotPresent` | | `image.pullSecrets` | Discourse image pull secrets | `[]` | @@ -251,7 +251,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r102` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r107` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` | diff --git a/bitnami/discourse/values.yaml b/bitnami/discourse/values.yaml index 21c3691079..eec33138f7 100644 --- a/bitnami/discourse/values.yaml +++ b/bitnami/discourse/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/discourse - tag: 3.0.2-debian-11-r3 + tag: 3.0.3-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -666,7 +666,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r102 + tag: 11-debian-11-r107 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.