update limesurvey charts
This commit is contained in:
parent
6e310f7d09
commit
9994e393d3
|
@ -15,4 +15,4 @@ sources:
|
|||
- https://github.com/martialblog/docker-limesurvey/
|
||||
- https://limesurvey.org/
|
||||
type: application
|
||||
version: 0.8.18
|
||||
version: 0.8.29
|
Binary file not shown.
Binary file not shown.
|
@ -23,9 +23,20 @@ If release name contains chart name it will be used as a full name.
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
{{- define "limesurvey.mariadb.fullname" -}}
|
||||
{{- printf "%s-mariadb" .Release.Name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
*/}}
|
||||
|
||||
{{- define "limesurvey.mariadb.fullname" -}}
|
||||
{{- if .Values.fullnameOverride }}
|
||||
{{- printf "%s-0" .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else }}
|
||||
{{- printf "%s-0" .Release.Name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{/*
|
||||
Create chart name and version as used by the chart label.
|
||||
|
|
|
@ -15,7 +15,7 @@ image:
|
|||
# Secrets must be manually created in the namespace
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
fullnameOverride: limesurvey
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
@ -26,8 +26,8 @@ serviceAccount:
|
|||
## MariaDB chart configuration
|
||||
mariadb:
|
||||
# Deploy a MariaDB server to satisfy the database requirements
|
||||
fullnameOverride: lime-db
|
||||
enabled: true
|
||||
fullnameOverride: limesurvey
|
||||
# for all possible configuration values, see:
|
||||
# https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml
|
||||
auth:
|
||||
|
|
Loading…
Reference in New Issue
Block a user