Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/phpmyadmin] Release 3.0.4 #16962

Merged
merged 1 commit into from
Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/phpmyadmin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: phpmyadmin
version: 3.0.3
version: 3.0.4
appVersion: 4.9.0-1
description: phpMyAdmin is an mysql administration frontend
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/phpmyadmin/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: mariadb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 6.8.6
version: 6.8.7
digest: sha256:a5bab50185c0373da803c6b86abc0e27ed0be1053fe1b560bc8de5a8054e8101
generated: 2019-09-05T07:31:02.235297943Z
generated: 2019-09-09T04:05:03.452459555Z
4 changes: 2 additions & 2 deletions stable/phpmyadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/phpmyadmin
tag: 4.9.0-1-debian-9-r94
tag: 4.9.0-1-debian-9-r98
## Specify a imagePullPolicy
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -106,7 +106,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r46
tag: 0.7.0-debian-9-r50
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down