containers name fix

This commit is contained in:
2025-08-31 00:05:34 +02:00
parent d335eabf4f
commit 955f4e2f50
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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: