fix: correct casing of AppVersion in deployment and values files

This commit is contained in:
sha
2026-03-20 19:21:36 +02:00
parent a5894ff22f
commit b3c40dca00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.appVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: ghcr.io/shadoll/redmine-mcp
tag: "" # defaults to Chart.appVersion when empty
tag: "" # defaults to Chart.AppVersion when empty
pullPolicy: Always
redmine: