feat: Update MikroTik MCP Helm chart to use Python 3.12-alpine and enhance version bumping logic

This commit is contained in:
sha
2026-04-20 10:29:56 +03:00
parent ac651b4a17
commit b7bb564948
3 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.pythonTag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- sh