diff --git a/charts/timesketch/templates/_helpers.tpl b/charts/timesketch/templates/_helpers.tpl index f02c1b9e..89bbe368 100644 --- a/charts/timesketch/templates/_helpers.tpl +++ b/charts/timesketch/templates/_helpers.tpl @@ -85,7 +85,7 @@ helm.sh/chart: {{ include "timesketch.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -date: {{ now | htmlDate }} +date: "{{ now | htmlDate }}" {{- end }} {{/* diff --git a/charts/turbinia/Chart.yaml b/charts/turbinia/Chart.yaml index 214e8f7d..7b82e6bc 100644 --- a/charts/turbinia/Chart.yaml +++ b/charts/turbinia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: turbinia -version: 0.3.0 +version: 0.3.1 description: A Helm chart for Turbinia Kubernetes deployments. keywords: - turbinia diff --git a/charts/turbinia/templates/_helpers.tpl b/charts/turbinia/templates/_helpers.tpl index c95aee9c..b833bf7a 100644 --- a/charts/turbinia/templates/_helpers.tpl +++ b/charts/turbinia/templates/_helpers.tpl @@ -40,7 +40,7 @@ helm.sh/chart: {{ include "turbinia.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -date: {{ now | htmlDate }} +date: "{{ now | htmlDate }}" {{- end }} {{/*