Skip to content

Commit

Permalink
[stable/mariadb] Remove distro tag (helm#8550)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodriguez Hernandez <[email protected]>
  • Loading branch information
carrodher authored and k8s-ci-robot committed Oct 17, 2018
1 parent 9f78fe1 commit 4780f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mariadb
version: 5.2.0
version: 5.2.1
appVersion: 10.1.36
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/mariadb/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.1.36-debian-9
tag: 10.1.36
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion stable/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.1.36-debian-9
tag: 10.1.36
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 4780f44

Please sign in to comment.