Skip to content

Commit e2654f1

Browse files
author
Bitnami Bot
authored
[bitnami/dokuwiki] Release 13.1.12 (bitnami#14304)
* [bitnami/dokuwiki] Release 13.1.12 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>
1 parent 36c026f commit e2654f1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bitnami/dokuwiki/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ name: dokuwiki
2727
sources:
2828
- https://github.com/bitnami/containers/tree/main/bitnami/dokuwiki
2929
- http://www.dokuwiki.org/
30-
version: 13.1.11
30+
version: 13.1.12

bitnami/dokuwiki/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
8080
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
8181
| `image.registry` | DokuWiki image registry | `docker.io` |
8282
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
83-
| `image.tag` | DokuWiki image tag | `20220731.1.0-debian-11-r40` |
83+
| `image.tag` | DokuWiki image tag | `20220731.1.0-debian-11-r42` |
8484
| `image.digest` | DokuWiki image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8585
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8686
| `image.pullSecrets` | Image pull policy | `[]` |
@@ -195,7 +195,7 @@ The command removes all the Kubernetes components associated with the chart and
195195
| `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` |
196196
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
197197
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
198-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r70` |
198+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r71` |
199199
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
200200
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
201201
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -210,7 +210,7 @@ The command removes all the Kubernetes components associated with the chart and
210210
| `metrics.enabled` | Start a exporter side-car | `false` |
211211
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
212212
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
213-
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r80` |
213+
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r81` |
214214
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
215215
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
216216
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -236,7 +236,7 @@ The command removes all the Kubernetes components associated with the chart and
236236
| `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
237237
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
238238
| `certificates.image.repository` | Container sidecar image | `bitnami/bitnami-shell` |
239-
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r70` |
239+
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r71` |
240240
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
241241
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
242242
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |

bitnami/dokuwiki/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extraDeploy: []
5858
image:
5959
registry: docker.io
6060
repository: bitnami/dokuwiki
61-
tag: 20220731.1.0-debian-11-r40
61+
tag: 20220731.1.0-debian-11-r42
6262
digest: ""
6363
## Specify a imagePullPolicy
6464
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -521,7 +521,7 @@ volumePermissions:
521521
image:
522522
registry: docker.io
523523
repository: bitnami/bitnami-shell
524-
tag: 11-debian-11-r70
524+
tag: 11-debian-11-r71
525525
digest: ""
526526
pullPolicy: IfNotPresent
527527
## Optionally specify an array of imagePullSecrets.
@@ -572,7 +572,7 @@ metrics:
572572
image:
573573
registry: docker.io
574574
repository: bitnami/apache-exporter
575-
tag: 0.11.0-debian-11-r80
575+
tag: 0.11.0-debian-11-r81
576576
digest: ""
577577
pullPolicy: IfNotPresent
578578
## Optionally specify an array of imagePullSecrets.
@@ -645,7 +645,7 @@ certificates:
645645
image:
646646
registry: docker.io
647647
repository: bitnami/bitnami-shell
648-
tag: 11-debian-11-r70
648+
tag: 11-debian-11-r71
649649
digest: ""
650650
## Specify a imagePullPolicy
651651
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)