diff --git a/stable/phpmyadmin/Chart.yaml b/stable/phpmyadmin/Chart.yaml index 776c492496..3d428a7505 100644 --- a/stable/phpmyadmin/Chart.yaml +++ b/stable/phpmyadmin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpmyadmin -version: 4.3.1 +version: 4.3.2 appVersion: 5.0.1 description: phpMyAdmin is an mysql administration frontend keywords: diff --git a/stable/phpmyadmin/requirements.lock b/stable/phpmyadmin/requirements.lock index 590ba2c9a7..08c8a2c364 100644 --- a/stable/phpmyadmin/requirements.lock +++ b/stable/phpmyadmin/requirements.lock @@ -3,4 +3,4 @@ dependencies: repository: https://kubernetes-charts.storage.googleapis.com/ version: 6.13.0 digest: sha256:a5bab50185c0373da803c6b86abc0e27ed0be1053fe1b560bc8de5a8054e8101 -generated: "2020-02-21T08:35:10.805427221Z" +generated: "2020-02-24T07:38:28.611000558Z" diff --git a/stable/phpmyadmin/values.yaml b/stable/phpmyadmin/values.yaml index b4dd6ae2a7..6871988900 100644 --- a/stable/phpmyadmin/values.yaml +++ b/stable/phpmyadmin/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/phpmyadmin - tag: 5.0.1-debian-10-r23 + tag: 5.0.1-debian-10-r26 ## Specify a imagePullPolicy pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -162,7 +162,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r21 + tag: 0.7.0-debian-10-r23 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.