fix: no more alpine images upstream for uptime-kuma
This commit is contained in:
parent
5a64bfe934
commit
4a153ab06f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user