From dfcd46918f178cf556323d386a82bd75efc7ed54 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 11 Jul 2019 18:59:42 +0200 Subject: [PATCH] [stable/mariadb] Standardize 'fullname' and 'name' macros (#15443) * [stable/mariadb] Standardize 'fullname' and 'name' macros Signed-off-by: juan131 * Fix version in Chart.yaml Signed-off-by: juan131 --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 2 ++ stable/mariadb/values-production.yaml | 8 ++++++++ stable/mariadb/values.yaml | 8 ++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index c53bbc58b0..1ccd8b4318 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -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: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index b1ba581263..7198ec18ff 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -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` | diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index d8a03b74b9..07af2e833f 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -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 diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index 4839ccf7c6..366dc6009f 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -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