mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
fix: correct casing of AppVersion in deployment and values files
This commit is contained in:
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user