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 5a64bfe934
commit 4a153ab06f

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