diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index 58ed9f1435..c09656c862 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpmyadmin -version: 5.0.5 +version: 5.0.6 appVersion: 5.0.2 description: phpMyAdmin is an mysql administration frontend keywords: diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index 278f455e79..2228b4c0e2 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/phpmyadmin - tag: 5.0.2-debian-10-r58 + tag: 5.0.2-debian-10-r63 ## Specify a imagePullPolicy pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -123,20 +123,20 @@ ingress: ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes ## livenessProbe: - # initialDelaySeconds: 30 - # timeoutSeconds: 30 - # periodSeconds: 10 - # successThreshold: 1 - # failureThreshold: 6 + initialDelaySeconds: 30 + timeoutSeconds: 30 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 6 httpGet: path: / port: http readinessProbe: - # initialDelaySeconds: 30 - # timeoutSeconds: 30 - # periodSeconds: 10 - # successThreshold: 1 - # failureThreshold: 6 + initialDelaySeconds: 30 + timeoutSeconds: 30 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 6 httpGet: path: / port: http @@ -184,7 +184,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r43 + tag: 0.8.0-debian-10-r51 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.