[bitnami/mediawiki] Release 14.3.9 (#13770)

* [bitnami/mediawiki] Release 14.3.9 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-12-01 00:25:45 +01:00
committed by GitHub
parent 8f670f384d
commit 15b822d1c3
4 changed files with 37 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.3.4
version: 11.4.0
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.1.2
digest: sha256:131d91e268a5439ca18678b6f129ee75979be55ed427f8d57b7c9fef6d4e9365
generated: "2022-11-09T01:04:38.710455225Z"
version: 2.2.1
digest: sha256:f9041c6a75f448aa63fda68c25c49af75196240293c10fe61c6fe56fb948c8c2
generated: "2022-11-30T22:43:46.111017629Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: Wiki
apiVersion: v2
appVersion: 1.38.4
appVersion: 1.39.0
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.8
version: 14.3.9

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.4-debian-11-r15` |
| `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.0-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-r59` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r67` |
| `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.4-debian-11-r15
tag: 1.39.0-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-r59
tag: 0.11.0-debian-11-r67
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.