Synchronize upstreamed folder to 15d6617

This commit is contained in:
bitnami-bot
2018-05-24 10:36:16 +00:00
parent 6d9a3a48d5
commit 9c6cf66168
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mariadb
version: 4.0.0
version: 4.0.1
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:
@@ -16,8 +16,13 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end -}}
{{- define "master.fullname" -}}
{{- if .Values.replication.enabled -}}
{{- printf "%s-%s" .Release.Name "mariadb-master" | trunc 63 | trimSuffix "-" -}}
{{- else -}}
{{- printf "%s-%s" .Release.Name "mariadb" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- end -}}
{{- define "slave.fullname" -}}
{{- printf "%s-%s" .Release.Name "mariadb-slave" | trunc 63 | trimSuffix "-" -}}
+1 -1
View File
@@ -1,5 +1,5 @@
name: phpmyadmin
version: 0.1.0
version: 0.1.1
appVersion: 4.8.0
description: phpMyAdmin is an mysql administration frontend
keywords:
+1 -1
View File
@@ -55,7 +55,7 @@ The following table lists the configurable parameters of the Phpmyadmin chart an
| `db.chartName` | Database suffix if included in the same release | `nil` |
| `db.host` | database host to connect to | `nil` |
| `ingress.enabled` | ingress resource to be added | `false` |
| `ingress.annotations` | ingress annotations | `{}` |
| `ingress.annotations` | ingress annotations | `ingress.kubernetes.io/rewrite-target: /` |
| `ingress.path` | path to access frontend | `/` |
| `ingress.host` | ingress host | `nil` |
| `ingress.tls` | tls for ingress | `[]` |
+2 -1
View File
@@ -32,7 +32,8 @@ db:
ingress:
enabled: false
annotations: {}
annotations:
ingress.kubernetes.io/rewrite-target: /
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
## path you want to map the phpmyadmin interface to