chore(chart): use appVersion as default image tag

This commit is contained in:
Kessler Dev
2026-04-08 12:45:16 +02:00
parent 504195a324
commit cb8280249f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ apiVersion: v2
name: trek name: trek
version: 0.1.0 version: 0.1.0
description: Minimal Helm chart for TREK app description: Minimal Helm chart for TREK app
appVersion: "latest" appVersion: "2.9.11"
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: trek - name: trek
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.resources }} {{- with .Values.resources }}
resources: resources:
+1 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: mauriceboe/trek repository: mauriceboe/trek
tag: latest # tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Optional image pull secrets for private registries # Optional image pull secrets for private registries