update limesurvey charts

This commit is contained in:
Alexis GUYOT 2024-06-21 12:34:47 +02:00
parent 6e310f7d09
commit 9994e393d3
5 changed files with 14 additions and 3 deletions

View File

@ -15,4 +15,4 @@ sources:
- https://github.com/martialblog/docker-limesurvey/
- https://limesurvey.org/
type: application
version: 0.8.18
version: 0.8.29

View File

@ -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.

View File

@ -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: