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://github.com/martialblog/docker-limesurvey/
- https://limesurvey.org/ - https://limesurvey.org/
type: application 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 }}
{{- 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.

View File

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