From c4a33586bc8da2f1ee7ca4d17fd240e38d4b8a5c Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 11 Nov 2023 10:19:55 +0100 Subject: [PATCH 1/3] [bitnami/mastodon] fix extraVolumes if block for init-job.yaml Signed-off-by: jessebot --- bitnami/mastodon/Chart.yaml | 2 +- bitnami/mastodon/templates/init-job/init-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index feb33ee4cbf7d5..0f722606ff7129 100644 --- a/bitnami/mastodon/Chart.yaml +++ b/bitnami/mastodon/Chart.yaml @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 3.2.2 +version: 3.2.3 diff --git a/bitnami/mastodon/templates/init-job/init-job.yaml b/bitnami/mastodon/templates/init-job/init-job.yaml index 986f5c338b7600..a1c78f8328b4f4 100644 --- a/bitnami/mastodon/templates/init-job/init-job.yaml +++ b/bitnami/mastodon/templates/init-job/init-job.yaml @@ -194,7 +194,7 @@ spec: emptyDir: {} {{- end }} {{- end }} - {{- if .Values.extraVolumes }} + {{- if .Values.initJob.extraVolumes }} {{- include "common.tplvalues.render" (dict "value" .Values.initJob.extraVolumes "context" $) | nindent 6 }} {{- end }} {{- end }} From fc821f968b1b01e8bf412fe8186b6dd9bd431ef7 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 11 Nov 2023 10:26:19 +0100 Subject: [PATCH 2/3] Fix indentation issue with templated extraVolumes for mastodon init-job.yaml Signed-off-by: jessebot --- bitnami/mastodon/templates/init-job/init-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/mastodon/templates/init-job/init-job.yaml b/bitnami/mastodon/templates/init-job/init-job.yaml index a1c78f8328b4f4..838a4ac5a101cf 100644 --- a/bitnami/mastodon/templates/init-job/init-job.yaml +++ b/bitnami/mastodon/templates/init-job/init-job.yaml @@ -195,6 +195,6 @@ spec: {{- end }} {{- end }} {{- if .Values.initJob.extraVolumes }} - {{- include "common.tplvalues.render" (dict "value" .Values.initJob.extraVolumes "context" $) | nindent 6 }} + {{- include "common.tplvalues.render" (dict "value" .Values.initJob.extraVolumes "context" $) | nindent 8 }} {{- end }} {{- end }} From e79df0248083725ce535311d335d62d2758be205 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Tue, 21 Nov 2023 14:04:45 +0100 Subject: [PATCH 3/3] Update Chart.yaml - bump mastodon helm chart version to 3.2.4 Signed-off-by: JesseBot --- bitnami/mastodon/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index 0f722606ff7129..14bdc507348606 100644 --- a/bitnami/mastodon/Chart.yaml +++ b/bitnami/mastodon/Chart.yaml @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 3.2.3 +version: 3.2.4