mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
[bitnami/mediawiki] Release 14.3.12 (#14493)
* [bitnami/mediawiki] Release 14.3.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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.4.2
|
||||
version: 11.4.4
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:1619f4f169a8ec96900fc740462a9a7cfd421c946de21edec36aeb7d972b6e10
|
||||
generated: "2022-12-23T04:12:55.399674355Z"
|
||||
digest: sha256:d02055372378d0c6674d262565a0cb0fa13d3a21d4139fa2d5f511c8990100d2
|
||||
generated: "2023-01-21T19:34:35.271869557Z"
|
||||
|
||||
@@ -32,4 +32,4 @@ name: mediawiki
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mediawiki
|
||||
- https://www.mediawiki.org/
|
||||
version: 14.3.11
|
||||
version: 14.3.12
|
||||
|
||||
@@ -7,7 +7,7 @@ MediaWiki is the free and open source wiki software that powers Wikipedia. Used
|
||||
[Overview of MediaWiki](http://www.mediawiki.org/wiki/MediaWiki)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -79,34 +79,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.39.1-debian-11-r1` |
|
||||
| `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.39.1-debian-11-r12` |
|
||||
| `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
|
||||
@@ -239,7 +239,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-r74` |
|
||||
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r85` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -55,7 +55,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mediawiki
|
||||
tag: 1.39.1-debian-11-r1
|
||||
tag: 1.39.1-debian-11-r12
|
||||
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-r74
|
||||
tag: 0.11.0-debian-11-r85
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user