We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5f3ff commit 2c050e6Copy full SHA for 2c050e6
stable/ckan/Chart.yaml
@@ -1,7 +1,7 @@
1
name: ckan
2
apiVersion: v2
3
type: application
4
-version: 0.0.32
+version: 0.0.33
5
appVersion: 2.9.5
6
description: CKAN Helm Chart for Kubernetes.
7
keywords:
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" . }}
8
helm.sh/chart: {{ include "ckan.chart" . }}
0 commit comments