[stable/mariadb] Standardize 'fullname' and 'name' macros (#15443)

* [stable/mariadb] Standardize 'fullname' and 'name' macros

Signed-off-by: juan131 <juan@bitnami.com>

* Fix version in Chart.yaml

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-07-11 09:59:42 -07:00
committed by Kubernetes Prow Robot
parent 0862313554
commit dfcd46918f
4 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb
version: 6.5.5
version: 6.5.6
appVersion: 10.3.16
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:
+2
View File
@@ -57,6 +57,8 @@ The following table lists the configurable parameters of the MariaDB chart and t
| `image.pullPolicy` | MariaDB image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `nameOverride` | String to partially override mariadb.fullname template with a string (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override mariadb.fullname template with a string | `nil` |
| `service.type` | Kubernetes service type | `ClusterIP` |
| `service.clusterIp` | Specific cluster IP when service type is cluster IP. Use None for headless service | `nil` |
| `service.port` | MySQL service port | `3306` |
+8
View File
@@ -36,6 +36,14 @@ image:
## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
debug: false
## String to partially override mariadb.fullname template (will maintain the release name)
##
# nameOverride:
## String to fully override mariadb.fullname template
##
# fullnameOverride:
service:
## Kubernetes service type, ClusterIP and NodePort are supported at present
type: ClusterIP
+8
View File
@@ -36,6 +36,14 @@ image:
## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
debug: false
## String to partially override mariadb.fullname template (will maintain the release name)
##
# nameOverride:
## String to fully override mariadb.fullname template
##
# fullnameOverride:
service:
## Kubernetes service type, ClusterIP and NodePort are supported at present
type: ClusterIP