fix: no more alpine images upstream for uptime-kuma

This commit is contained in:
Stefan Reimer 2022-12-06 15:44:19 +00:00
parent ac8d2634cb
commit 6e9d3a2a4b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ spec:
{{- if .Values.version }}
image: "{{ .Values.image }}:{{ .Values.version }}"
{{- else }}
image: "{{ .Values.image }}:{{ .Chart.AppVersion }}-alpine"
image: "{{ .Values.image }}:{{ .Chart.AppVersion }}"
{{- end }}
env:
- name: UPTIME_KUMA_PORT