chore: Update version to 0.1.1 and add nodeSelector and tolerations to deployment configuration

This commit is contained in:
sha
2026-04-18 18:26:02 +03:00
parent 16db5bbef2
commit 4ebe5c4612
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: ha-mcp
description: Home Assistant MCP server Helm chart
type: application
version: 0.1.0
version: 0.1.1
appVersion: "7.1.0"
annotations:
version-source: github-release:homeassistant-ai/ha-mcp
+8
View File
@@ -23,6 +23,14 @@ spec:
labels:
app: {{ .Release.Name }}
spec:
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
+4
View File
@@ -23,6 +23,10 @@ resources:
cpu: "500m"
memory: "512Mi"
nodeSelector: {}
tolerations: []
ingresses: {}
# https:
# host: ha.mcp.example.com