use image and tag in template

This commit is contained in:
2025-07-04 20:16:26 +05:30
parent 82d98e438e
commit e6cfca974d
2 changed files with 1 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Values.name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: lscr.io/linuxserver/code-server:4.101.2
env:
- name: PUID
value: "{{ .Values.env.PUID }}"