Skip to content

Commit

Permalink
feat(ckan): Use ckan fullname for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus authored Nov 4, 2024
1 parent ad4f402 commit 87a5180
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.29
version: 0.0.30
appVersion: 2.9.5
description: CKAN Helm Chart for Kubernetes.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/ckan/templates/deploy/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ spec:
{{- end }}
{{- if .Values.redis.enabled }}
- name: CKAN_REDIS_URL
value: redis://ckan-redis-headless:6379/0
value: redis://{{ include "ckan.fullname" . }}-redis-headless:6379/0
{{- end }}
- name: CKANEXT_SPATIAL_SEARCH_BACKEND
value: {{ .Values.ckan.spatialBackend }}
Expand Down

0 comments on commit 87a5180

Please sign in to comment.