diff --git a/charts/limesurvey-martial-perpetuel/Chart.yaml b/charts/limesurvey-martial-perpetuel/Chart.yaml index cc5fa6c..51b95f3 100644 --- a/charts/limesurvey-martial-perpetuel/Chart.yaml +++ b/charts/limesurvey-martial-perpetuel/Chart.yaml @@ -15,4 +15,4 @@ sources: - https://github.com/martialblog/docker-limesurvey/ - https://limesurvey.org/ type: application -version: 0.8.18 \ No newline at end of file +version: 0.8.29 \ No newline at end of file diff --git a/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.18.tgz b/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.18.tgz deleted file mode 100644 index 8ad0c8a..0000000 Binary files a/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.18.tgz and /dev/null differ diff --git a/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.29.tgz b/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.29.tgz new file mode 100644 index 0000000..d47850c Binary files /dev/null and b/charts/limesurvey-martial-perpetuel/limesurvey-martial-perpetuel-0.8.29.tgz differ diff --git a/charts/limesurvey-martial-perpetuel/templates/_helpers.tpl b/charts/limesurvey-martial-perpetuel/templates/_helpers.tpl index d428f9a..9ac6933 100644 --- a/charts/limesurvey-martial-perpetuel/templates/_helpers.tpl +++ b/charts/limesurvey-martial-perpetuel/templates/_helpers.tpl @@ -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. diff --git a/charts/limesurvey-martial-perpetuel/values.yaml b/charts/limesurvey-martial-perpetuel/values.yaml index 405ceb8..c7bbe59 100644 --- a/charts/limesurvey-martial-perpetuel/values.yaml +++ b/charts/limesurvey-martial-perpetuel/values.yaml @@ -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: