mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use the same version in the Chart.yaml and in the values.yaml (#5738)
* Do not use 'master' in release name when replication is not enabled * Do not use 'master' in release name when replication is not enabled * Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now * Update minor version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: mariadb
|
||||
version: 4.0.1
|
||||
version: 4.1.0
|
||||
appVersion: 10.1.32
|
||||
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:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 10.2.14
|
||||
tag: 10.1.32
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user