mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 12:57:08 +08:00
[bitnami/phpmyadmin] Release 17.0.2 (#28381)
* [bitnami/phpmyadmin] Release 17.0.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 17.0.1 (2024-07-16)
|
||||
## 17.0.2 (2024-07-24)
|
||||
|
||||
* [bitnami/phpmyadmin] Global StorageClass as default value ([#28080](https://github.com/bitnami/charts/pull/28080))
|
||||
* [bitnami/phpmyadmin] Release 17.0.2 ([#28381](https://github.com/bitnami/charts/pull/28381))
|
||||
|
||||
## <small>17.0.1 (2024-07-16)</small>
|
||||
|
||||
* [bitnami/phpmyadmin] Global StorageClass as default value (#28080) ([a050713](https://github.com/bitnami/charts/commit/a0507136851f7881ee451f999a9687c398d0c1ba)), closes [#28080](https://github.com/bitnami/charts/issues/28080)
|
||||
|
||||
## 17.0.0 (2024-07-12)
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 19.0.0
|
||||
version: 19.0.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.5
|
||||
digest: sha256:fb7425e2e6f15acac8ac9ad769b38b5b8b4cbf1cf0a8856594ff3d7370d0d6d7
|
||||
generated: "2024-07-16T12:16:17.179319+02:00"
|
||||
digest: sha256:36eb60a7fd4196ac56a71a51ab97b71f6e604202713176d270449eda359282fe
|
||||
generated: "2024-07-24T19:15:31.197893189Z"
|
||||
|
||||
@@ -6,34 +6,34 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r3
|
||||
image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r5
|
||||
- name: phpmyadmin
|
||||
image: docker.io/bitnami/phpmyadmin:5.2.1-debian-12-r33
|
||||
image: docker.io/bitnami/phpmyadmin:5.2.1-debian-12-r34
|
||||
apiVersion: v2
|
||||
appVersion: 5.2.1
|
||||
dependencies:
|
||||
- condition: db.bundleTestDB
|
||||
name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- phpmyadmin-database
|
||||
version: 19.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: db.bundleTestDB
|
||||
name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- phpmyadmin-database
|
||||
version: 19.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/phpmyadmin/img/phpmyadmin-stack-220x234.png
|
||||
keywords:
|
||||
- mariadb
|
||||
- mysql
|
||||
- phpmyadmin
|
||||
- mariadb
|
||||
- mysql
|
||||
- phpmyadmin
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: phpmyadmin
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
|
||||
version: 17.0.1
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
|
||||
version: 17.0.2
|
||||
|
||||
@@ -65,7 +65,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/phpmyadmin
|
||||
tag: 5.2.1-debian-12-r33
|
||||
tag: 5.2.1-debian-12-r34
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
##
|
||||
@@ -629,7 +629,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.8-debian-12-r3
|
||||
tag: 1.0.8-debian-12-r5
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user