diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4dc9548..1cd3316 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: heimdall description: A Helm chart for Heimdall (linuxserver/heimdall) type: application -version: 0.1.0 +version: 0.1.1 appVersion: "2.7.4" diff --git a/helm/templates/statefulset.yaml b/helm/templates/statefulset.yaml index fefd725..951c2eb 100644 --- a/helm/templates/statefulset.yaml +++ b/helm/templates/statefulset.yaml @@ -16,7 +16,7 @@ spec: app: {{ include "heimdall.name" . }} spec: containers: - - name: heimdall + - name: {{ include "heimdall.name" . }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} envFrom: