[bitnami/mediawiki] Release 14.3.6 (#12740)

* [bitnami/mediawiki] Release 14.3.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
2022-10-12 21:32:16 +02:00
committed by GitHub
parent 23c1e49318
commit d29f0af099
4 changed files with 36 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.3.0
version: 11.3.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:a45f7daa6c56a3e2fb140461b84f7c4f4e97c4c729d0cecd0cfb41f8663efbde
generated: "2022-09-12T18:52:59.558018232Z"
digest: sha256:eaca37de1f3060c879213102dacb2b093518f56b1bbdbfb22a5aac04438f90c5
generated: "2022-09-29T22:10:23.038937018Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: Wiki
apiVersion: v2
appVersion: 1.38.2
appVersion: 1.38.3
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -32,4 +32,4 @@ name: mediawiki
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mediawiki
- https://www.mediawiki.org/
version: 14.3.5
version: 14.3.6

View File

@@ -78,34 +78,34 @@ The command removes all the Kubernetes components associated with the chart and
### Mediawiki parameters
| Name | Description | Value |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | MediaWiki image registry | `docker.io` |
| `image.repository` | MediaWiki image repository | `bitnami/mediawiki` |
| `image.tag` | MediaWiki image tag (immutable tags are recommended) | `1.38.2-debian-11-r30` |
| `image.digest` | MediaWiki 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` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Enable MediaWiki image debug mode | `false` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `mediawikiUser` | User of the application | `user` |
| `mediawikiPassword` | Application password | `""` |
| `mediawikiSecret` | Existing `Secret` containing the password for the `mediawikiUser` user; must contain the key `mediawiki-password` and optional key `smtp-password` | `""` |
| `mediawikiEmail` | Admin email | `user@example.com` |
| `mediawikiName` | Name for the wiki | `My Wiki` |
| `mediawikiHost` | Mediawiki host to create application URLs | `""` |
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
| `smtpHost` | SMTP host | `""` |
| `smtpPort` | SMTP port | `""` |
| `smtpHostID` | SMTP host ID | `""` |
| `smtpUser` | SMTP user | `""` |
| `smtpPassword` | SMTP password | `""` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `lifecycleHooks` | for the Mediawiki container(s) to automate configuration before or after startup | `{}` |
| `extraEnvVars` | Extra environment variables to be set on Mediawki container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| Name | Description | Value |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | MediaWiki image registry | `docker.io` |
| `image.repository` | MediaWiki image repository | `bitnami/mediawiki` |
| `image.tag` | MediaWiki image tag (immutable tags are recommended) | `1.38.3-debian-11-r0` |
| `image.digest` | MediaWiki 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` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Enable MediaWiki image debug mode | `false` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `mediawikiUser` | User of the application | `user` |
| `mediawikiPassword` | Application password | `""` |
| `mediawikiSecret` | Existing `Secret` containing the password for the `mediawikiUser` user; must contain the key `mediawiki-password` and optional key `smtp-password` | `""` |
| `mediawikiEmail` | Admin email | `user@example.com` |
| `mediawikiName` | Name for the wiki | `My Wiki` |
| `mediawikiHost` | Mediawiki host to create application URLs | `""` |
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
| `smtpHost` | SMTP host | `""` |
| `smtpPort` | SMTP port | `""` |
| `smtpHostID` | SMTP host ID | `""` |
| `smtpUser` | SMTP user | `""` |
| `smtpPassword` | SMTP password | `""` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `lifecycleHooks` | for the Mediawiki container(s) to automate configuration before or after startup | `{}` |
| `extraEnvVars` | Extra environment variables to be set on Mediawki container | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
### Mediawiki deployment parameters
@@ -238,7 +238,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r39` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r45` |
| `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 | `[]` |

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/mediawiki
tag: 1.38.2-debian-11-r30
tag: 1.38.3-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -662,7 +662,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r39
tag: 0.11.0-debian-11-r45
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.