mirror of
https://github.com/bitnami/charts.git
synced 2026-04-06 09:17:08 +08:00
[bitnami/mediawiki] Fix typo in deployment.yaml template (#26615)
* [bitnami/mediawiki] Fix typo in deployment.yaml template Signed-off-by: Peter Kerwien <peter.kerwien@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Peter Kerwien <peter.kerwien@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 20.2.0 (2024-05-28)
|
||||
## 20.2.1 (2024-06-04)
|
||||
|
||||
* [bitnami/mediawiki] Enable PodDisruptionBudgets ([#26510](https://github.com/bitnami/charts/pull/26510))
|
||||
* [bitnami/mediawiki] Fix typo in deployment.yaml template ([#26615](https://github.com/bitnami/charts/pull/26615))
|
||||
|
||||
## 20.2.0 (2024-06-03)
|
||||
|
||||
* [bitnami/mediawiki] Enable PodDisruptionBudgets (#26510) ([610f625](https://github.com/bitnami/charts/commit/610f62562ba92ba853b037ad9e8e04de7c947790)), closes [#26510](https://github.com/bitnami/charts/issues/26510)
|
||||
|
||||
## 20.1.0 (2024-05-21)
|
||||
|
||||
|
||||
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: mediawiki
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mediawiki
|
||||
version: 20.2.0
|
||||
version: 20.2.1
|
||||
|
||||
@@ -229,7 +229,7 @@ spec:
|
||||
subPath: apache-logs-dir
|
||||
- name: empty-dir
|
||||
mountPath: /opt/bitnami/apache/var/run
|
||||
subPath: apcahe-tmp-dir
|
||||
subPath: apache-tmp-dir
|
||||
- name: empty-dir
|
||||
mountPath: /opt/bitnami/php/etc
|
||||
subPath: php-conf-dir
|
||||
|
||||
Reference in New Issue
Block a user