From 77dd17b3e1f6afc15d2a612d9a2874c42979ec19 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 29 Oct 2025 01:23:06 +0100 Subject: [PATCH] build: fix templating/linting errors --- helm/nextcloud-mcp-server/.helmignore | 8 -------- helm/nextcloud-mcp-server/templates/deployment.yaml | 1 - 2 files changed, 9 deletions(-) diff --git a/helm/nextcloud-mcp-server/.helmignore b/helm/nextcloud-mcp-server/.helmignore index 09e0e09..0e8a0eb 100644 --- a/helm/nextcloud-mcp-server/.helmignore +++ b/helm/nextcloud-mcp-server/.helmignore @@ -21,11 +21,3 @@ .idea/ *.tmproj .vscode/ -# CI/CD -.github/ -.gitlab-ci.yml -.circleci/ -# Documentation -*.md -!Chart.yaml -!values.yaml diff --git a/helm/nextcloud-mcp-server/templates/deployment.yaml b/helm/nextcloud-mcp-server/templates/deployment.yaml index c14f034..7586741 100644 --- a/helm/nextcloud-mcp-server/templates/deployment.yaml +++ b/helm/nextcloud-mcp-server/templates/deployment.yaml @@ -14,7 +14,6 @@ spec: template: metadata: annotations: - checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }}