[bitnami/discourse] Release 10.0.6 (#16115)

* [bitnami/discourse] Release 10.0.6 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
2023-04-18 16:17:14 +02:00
committed by GitHub
parent 53dcf89b35
commit 2a1ce42112
4 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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.