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 name: ha-mcp
description: Home Assistant MCP server Helm chart description: Home Assistant MCP server Helm chart
type: application type: application
version: 0.1.0 version: 0.1.1
appVersion: "7.1.0" appVersion: "7.1.0"
annotations: annotations:
version-source: github-release:homeassistant-ai/ha-mcp version-source: github-release:homeassistant-ai/ha-mcp
+8
View File
@@ -23,6 +23,14 @@ spec:
labels: labels:
app: {{ .Release.Name }} app: {{ .Release.Name }}
spec: spec:
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
+4
View File
@@ -23,6 +23,10 @@ resources:
cpu: "500m" cpu: "500m"
memory: "512Mi" memory: "512Mi"
nodeSelector: {}
tolerations: []
ingresses: {} ingresses: {}
# https: # https:
# host: ha.mcp.example.com # host: ha.mcp.example.com