[bitnami/dokuwiki] Release 13.1.2 (#12340)

* [bitnami/dokuwiki] Release 13.1.2 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-09-08 19:06:11 +02:00
committed by GitHub
parent c62c738601
commit 8769fa73a2
4 changed files with 89 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.1
digest: sha256:46553c7194313fd9ce2e1e86422eef4dab3defb450e20c692f865924eacb8fb1
generated: "2022-08-23T21:17:20.724378623Z"
version: 2.0.2
digest: sha256:b36d5a7fe729a1fc43ad9ec93fe0e098bfe5f6a2676262ed4d6ecac731c0a248
generated: "2022-09-08T12:57:00.600532194Z"

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.1
version: 13.1.2

View File

@@ -76,84 +76,84 @@ The command removes all the Kubernetes components associated with the chart and
### Dokuwiki parameters
| Name | Description | Value |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| `image.registry` | DokuWiki image registry | `docker.io` |
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
| `image.tag` | DokuWiki image tag | `2022.7.31-debian-11-r0` |
| `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 | `[]` |
| `image.debug` | Enable image debugging | `false` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `dokuwikiUsername` | User of the application | `user` |
| `dokuwikiPassword` | Application password | `""` |
| `existingSecret` | Use an existing secret with the dokuwiki password | `""` |
| `dokuwikiEmail` | Admin email | `user@example.com` |
| `dokuwikiFullName` | User's Full Name | `User Name` |
| `dokuwikiWikiName` | Wiki name | `My Wiki` |
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
| `updateStrategy` | Strategy to use to update Pods | `{}` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for DokuWiki volume | `""` |
| `persistence.accessModes` | PVC Access Mode for DokuWiki volume | `[]` |
| `persistence.size` | PVC Storage Request for DokuWiki volume | `8Gi` |
| `persistence.existingClaim` | Name of an existing PVC to be used | `""` |
| `persistence.annotations` | Annotations to add to the PVC | `{}` |
| `podSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
| `podSecurityContext.fsGroup` | Group to configure permissions for volumes | `1001` |
| `containerSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
| `containerSecurityContext.runAsUser` | User for the securityContext | `1001` |
| `containerSecurityContext.runAsNonRoot` | Force the container as be run as non root | `true` |
| `resources.requests` | The requested resources for the container | `{}` |
| `resources.limits` | The requested limits for the container | `{}` |
| `livenessProbe.enabled` | Enable/disable the liveness probe | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `120` |
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
| `livenessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `livenessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `readinessProbe.enabled` | Enable/disable the readiness probe | `true` |
| `readinessProbe.initialDelaySeconds` | Delay before readinessProbe is initiated | `30` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `readinessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `startupProbe.enabled` | Enable/disable the startup probe | `false` |
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `120` |
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
| `startupProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `startupProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `extraEnvVars` | An array to add extra env vars | `[]` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
| `podAnnotations` | Pod annotations | `{}` |
| `customLivenessProbe` | Override default liveness probe | `{}` |
| `customReadinessProbe` | Override default readiness probe | `{}` |
| `customStartupProbe` | Override default startup probe | `{}` |
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup. Evaluated as a template | `{}` |
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
| `initContainers` | Attach additional init containers to the pod (evaluated as a template) | `[]` |
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
| `priorityClassName` | Priority class assigned to the Pods | `""` |
| `schedulerName` | Alternative scheduler | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `""` |
| `containerPorts.http` | Container HTTP port | `8080` |
| `containerPorts.https` | Container HTTPS port | `8443` |
| Name | Description | Value |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `image.registry` | DokuWiki image registry | `docker.io` |
| `image.repository` | DokuWiki image repository | `bitnami/dokuwiki` |
| `image.tag` | DokuWiki image tag | `2022.7.31-debian-11-r10` |
| `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 | `[]` |
| `image.debug` | Enable image debugging | `false` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `dokuwikiUsername` | User of the application | `user` |
| `dokuwikiPassword` | Application password | `""` |
| `existingSecret` | Use an existing secret with the dokuwiki password | `""` |
| `dokuwikiEmail` | Admin email | `user@example.com` |
| `dokuwikiFullName` | User's Full Name | `User Name` |
| `dokuwikiWikiName` | Wiki name | `My Wiki` |
| `customPostInitScripts` | Custom post-init.d user scripts | `{}` |
| `updateStrategy` | Strategy to use to update Pods | `{}` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for DokuWiki volume | `""` |
| `persistence.accessModes` | PVC Access Mode for DokuWiki volume | `[]` |
| `persistence.size` | PVC Storage Request for DokuWiki volume | `8Gi` |
| `persistence.existingClaim` | Name of an existing PVC to be used | `""` |
| `persistence.annotations` | Annotations to add to the PVC | `{}` |
| `podSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
| `podSecurityContext.fsGroup` | Group to configure permissions for volumes | `1001` |
| `containerSecurityContext.enabled` | Enable securityContext on for DokuWiki deployment | `true` |
| `containerSecurityContext.runAsUser` | User for the securityContext | `1001` |
| `containerSecurityContext.runAsNonRoot` | Force the container as be run as non root | `true` |
| `resources.requests` | The requested resources for the container | `{}` |
| `resources.limits` | The requested limits for the container | `{}` |
| `livenessProbe.enabled` | Enable/disable the liveness probe | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `120` |
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
| `livenessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `livenessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `readinessProbe.enabled` | Enable/disable the readiness probe | `true` |
| `readinessProbe.initialDelaySeconds` | Delay before readinessProbe is initiated | `30` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `readinessProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `startupProbe.enabled` | Enable/disable the startup probe | `false` |
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `120` |
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
| `startupProbe.failureThreshold` | Minimum consecutive failures to be considered failed | `6` |
| `startupProbe.successThreshold` | Minimum consecutive successes to be considered successful | `1` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `extraEnvVars` | An array to add extra env vars | `[]` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
| `podAnnotations` | Pod annotations | `{}` |
| `customLivenessProbe` | Override default liveness probe | `{}` |
| `customReadinessProbe` | Override default readiness probe | `{}` |
| `customStartupProbe` | Override default startup probe | `{}` |
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup. Evaluated as a template | `{}` |
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
| `initContainers` | Attach additional init containers to the pod (evaluated as a template) | `[]` |
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
| `priorityClassName` | Priority class assigned to the Pods | `""` |
| `schedulerName` | Alternative scheduler | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `""` |
| `containerPorts.http` | Container HTTP port | `8080` |
| `containerPorts.https` | Container HTTPS port | `8443` |
### Traffic Exposure Parameters
@@ -195,7 +195,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-r23` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r33` |
| `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 | `[]` |
@@ -210,7 +210,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.11.0-debian-11-r28` |
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r38` |
| `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 | `[]` |
@@ -236,7 +236,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-r23` |
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r33` |
| `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: 2022.7.31-debian-11-r0
tag: 2022.7.31-debian-11-r10
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-r23
tag: 11-debian-11-r33
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -572,7 +572,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r28
tag: 0.11.0-debian-11-r38
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-r23
tag: 11-debian-11-r33
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'