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 }}