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