diff --git a/stable/ckan/Chart.yaml b/stable/ckan/Chart.yaml index 0d26480a..18bec6f0 100644 --- a/stable/ckan/Chart.yaml +++ b/stable/ckan/Chart.yaml @@ -1,7 +1,7 @@ name: ckan apiVersion: v2 type: application -version: 0.0.32 +version: 0.0.33 appVersion: 2.9.5 description: CKAN Helm Chart for Kubernetes. keywords: diff --git a/stable/ckan/templates/cronjob/ckan.yaml b/stable/ckan/templates/cronjob/ckan.yaml index 787b6192..c0e21f9f 100644 --- a/stable/ckan/templates/cronjob/ckan.yaml +++ b/stable/ckan/templates/cronjob/ckan.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: CronJob metadata: - name: {{ include "ckan.name" . }}-email-notifications + name: {{ include "ckan.fullname" . }}-email-notifications labels: app.kubernetes.io/name: {{ include "ckan.name" . }} helm.sh/chart: {{ include "ckan.chart" . }}