From 72cbede8b291fa549b7c8de3a86541422e888ece Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 27 Sep 2023 01:12:41 +0200 Subject: [PATCH] [bitnami/discourse] Release 11.0.5 (#19557) * [bitnami/discourse] Release 11.0.5 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.yaml | 4 ++-- bitnami/discourse/README.md | 2 +- bitnami/discourse/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index 9036462e51..d206b1507d 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: discourse - image: docker.io/bitnami/discourse:3.1.1-debian-11-r11 + image: docker.io/bitnami/discourse:3.1.1-debian-11-r13 - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r77 apiVersion: v2 @@ -41,4 +41,4 @@ maintainers: name: discourse sources: - https://github.com/bitnami/charts/tree/main/bitnami/discourse -version: 11.0.4 +version: 11.0.5 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 642f642a7f..0eb121ee74 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.1.1-debian-11-r11` | +| `image.tag` | Discourse image tag | `3.1.1-debian-11-r13` | | `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 | `[]` | diff --git a/bitnami/discourse/values.yaml b/bitnami/discourse/values.yaml index a048ed7c07..40a83e943d 100644 --- a/bitnami/discourse/values.yaml +++ b/bitnami/discourse/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/discourse - tag: 3.1.1-debian-11-r11 + tag: 3.1.1-debian-11-r13 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'