From f7b14f8067ecf29ef12f887207cac036fe851c40 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 2 Sep 2019 16:39:54 +0200 Subject: [PATCH] [stable/phpmyadmin] Release 3.0.2 updating components versions (#16774) Signed-off-by: Bitnami Containers --- stable/phpmyadmin/Chart.yaml | 2 +- stable/phpmyadmin/requirements.lock | 4 ++-- stable/phpmyadmin/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/phpmyadmin/Chart.yaml b/stable/phpmyadmin/Chart.yaml index c4dd3e8af8..9d18255f4e 100644 --- a/stable/phpmyadmin/Chart.yaml +++ b/stable/phpmyadmin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpmyadmin -version: 3.0.1 +version: 3.0.2 appVersion: 4.9.0-1 description: phpMyAdmin is an mysql administration frontend keywords: diff --git a/stable/phpmyadmin/requirements.lock b/stable/phpmyadmin/requirements.lock index 2cf470b167..7c0e0caaad 100644 --- a/stable/phpmyadmin/requirements.lock +++ b/stable/phpmyadmin/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.7.2 + version: 6.8.3 digest: sha256:a5bab50185c0373da803c6b86abc0e27ed0be1053fe1b560bc8de5a8054e8101 -generated: "2019-07-25T09:27:29.346369+02:00" +generated: 2019-09-02T07:16:05.3035566Z diff --git a/stable/phpmyadmin/values.yaml b/stable/phpmyadmin/values.yaml index a9964426c5..b98eb573ec 100644 --- a/stable/phpmyadmin/values.yaml +++ b/stable/phpmyadmin/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/phpmyadmin - tag: 4.9.0-1-debian-9-r42 + tag: 4.9.0-1-debian-9-r91 ## Specify a imagePullPolicy pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -106,7 +106,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r2 + tag: 0.7.0-debian-9-r43 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.