mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/phpmyadmin] Fix typo in deployment.yaml template (#26616)
* [bitnami/phpmyadmin] 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
|
||||
|
||||
## 16.2.1 (2024-06-04)
|
||||
|
||||
* [bitnami/phpmyadmin] Fix typo in deployment.yaml template ([#26616](https://github.com/bitnami/charts/pull/26616))
|
||||
|
||||
## 16.2.0 (2024-05-29)
|
||||
|
||||
* [bitnami/phpmyadmin] Enable PodDisruptionBudgets ([#26528](https://github.com/bitnami/charts/pull/26528))
|
||||
* [bitnami/phpmyadmin] Enable PodDisruptionBudgets (#26528) ([9f90a31](https://github.com/bitnami/charts/commit/9f90a31561545ecacbc62f5c8fe9343b85fbc846)), closes [#26528](https://github.com/bitnami/charts/issues/26528)
|
||||
|
||||
## 16.1.0 (2024-05-21)
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ maintainers:
|
||||
name: phpmyadmin
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
|
||||
version: 16.2.0
|
||||
version: 16.2.1
|
||||
|
||||
@@ -224,7 +224,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