mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
chore(chart): use appVersion as default image tag
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user