[bitnami/discourse] Release 9.0.5 (#13930)

* [bitnami/discourse] Release 9.0.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-12 18:32:11 +01:00
committed by GitHub
parent 6fcf3b0f1e
commit 0e7c27cf32
4 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.11
version: 17.3.15
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.2
version: 12.1.3
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.1
digest: sha256:b60a697182ab06f504a23af559db5e705814fdafa5e178f3e151be65b5316a25
generated: "2022-11-29T12:52:55.156435001Z"
version: 2.2.2
digest: sha256:a83ccbdc134aab268f21ef4c8095deb201f7a86a7ba792d022c7e592e9398bfa
generated: "2022-12-12T15:31:07.006404352Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: Forum
apiVersion: v2
appVersion: 2.8.11
appVersion: 2.8.13
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: 9.0.4
version: 9.0.5

View File

@@ -85,7 +85,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 | `2.8.11-debian-11-r5` |
| `image.tag` | Discourse image tag | `2.8.13-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 | `[]` |

View File

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/discourse
tag: 2.8.11-debian-11-r5
tag: 2.8.13-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'