fix(helm): Remove image tag overide

This commit is contained in:
Chris Coutinho
2025-10-29 12:18:12 +01:00
parent 94cbd3015d
commit e03a3c2e83
3 changed files with 5 additions and 6 deletions
@@ -102,10 +102,10 @@ Return the MCP server port
{{- end }}
{{/*
Return the image tag
Return the image tag (always uses chart appVersion)
*/}}
{{- define "nextcloud-mcp-server.imageTag" -}}
{{- .Values.image.tag | default .Chart.AppVersion }}
{{- .Chart.AppVersion }}
{{- end }}
{{/*