[bitnami/dokuwiki] Release 13.1.18 (#15200)

* [bitnami/dokuwiki] Release 13.1.18 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-03-01 10:35:11 +01:00
committed by GitHub
parent f078957cc9
commit f339148ba8
3 changed files with 9 additions and 9 deletions

View File

@@ -26,4 +26,4 @@ name: dokuwiki
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki
- http://www.dokuwiki.org/
version: 13.1.17
version: 13.1.18

View File

@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| `image.registry` | DokuWiki image registry | `docker.io` |
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
| `image.tag` | DokuWiki image tag | `20220731.1.0-debian-11-r60` |
| `image.tag` | DokuWiki image tag | `20220731.1.0-debian-11-r62` |
| `image.digest` | DokuWiki image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull policy | `[]` |
@@ -192,7 +192,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r87` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r90` |
| `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` | Specify docker-registry secret names as an array | `[]` |
@@ -206,7 +206,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a exporter side-car | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag | `0.13.0-debian-11-r0` |
| `metrics.image.tag` | Apache exporter image tag | `0.13.0-debian-11-r1` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -231,7 +231,7 @@ The command removes all the Kubernetes components associated with the chart and
| `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
| `certificates.image.repository` | Container sidecar image | `bitnami/bitnami-shell` |
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r87` |
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r90` |
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |

View File

@@ -58,7 +58,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/dokuwiki
tag: 20220731.1.0-debian-11-r60
tag: 20220731.1.0-debian-11-r62
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -521,7 +521,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r87
tag: 11-debian-11-r90
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -572,7 +572,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.13.0-debian-11-r0
tag: 0.13.0-debian-11-r1
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -645,7 +645,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r87
tag: 11-debian-11-r90
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'