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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}
|
- 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 }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/shadoll/redmine-mcp
|
repository: ghcr.io/shadoll/redmine-mcp
|
||||||
tag: "" # defaults to Chart.appVersion when empty
|
tag: "" # defaults to Chart.AppVersion when empty
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
redmine:
|
redmine:
|
||||||
|
|||||||
Reference in New Issue
Block a user