[bitnami/mediawiki] Release 14.3.14 (#14992)

* [bitnami/mediawiki] Release 14.3.14 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
2023-02-17 18:44:41 +01:00
committed by GitHub
parent 931932cd8e
commit 3715884391
4 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.4.4
version: 11.4.6
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.2
digest: sha256:d02055372378d0c6674d262565a0cb0fa13d3a21d4139fa2d5f511c8990100d2
generated: "2023-01-21T19:34:35.271869557Z"
version: 2.2.3
digest: sha256:c353ba42741109d8e982dd99527a74851f48b4aa694e2eee511f9c28297ed761
generated: "2023-02-17T16:34:34.061222449Z"

View File

@@ -32,4 +32,4 @@ name: mediawiki
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mediawiki
- https://www.mediawiki.org/
version: 14.3.13
version: 14.3.14

View File

@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `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.tag` | MediaWiki image tag (immutable tags are recommended) | `1.39.1-debian-11-r21` |
| `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 | `[]` |
@@ -233,7 +233,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-r85` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r93` |
| `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 | `[]` |
@@ -531,4 +531,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/mediawiki
tag: 1.39.1-debian-11-r12
tag: 1.39.1-debian-11-r21
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-r85
tag: 0.11.0-debian-11-r93
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.