Skip to content

Commit

Permalink
feat(ckan): Need to use fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus authored Dec 11, 2024
1 parent fe5f3ff commit 2c050e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/ckan/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/ckan/templates/cronjob/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit 2c050e6

Please sign in to comment.