chore: uptime-kuma version bump
This commit is contained in:
parent
0e4aed0e93
commit
7787edb8e8
@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: uptime-kuma
|
name: uptime-kuma
|
||||||
description: Chart for deploying uptime-kuma
|
description: Chart for deploying uptime-kuma
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.5
|
version: 0.1.10
|
||||||
appVersion: 1.8.0
|
appVersion: 1.9.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -18,7 +18,14 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: uptime-kuma
|
- name: uptime-kuma
|
||||||
image: "{{ .Values.image }}:{{ default .Chart.AppVersion .Values.version }}"
|
{{- if .Values.version }}
|
||||||
|
image: "{{ .Values.image }}:{{ .Values.version }}"
|
||||||
|
{{- else }}
|
||||||
|
image: "{{ .Values.image }}:{{ .Chart.AppVersion }}-alpine"
|
||||||
|
{{- end }}
|
||||||
|
env:
|
||||||
|
- name: UPTIME_KUMA_PORT
|
||||||
|
value: "3001"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3001
|
- containerPort: 3001
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -14,8 +14,8 @@ service:
|
|||||||
|
|
||||||
# uptime-kuma.image -- The uptime-kuma docker image
|
# uptime-kuma.image -- The uptime-kuma docker image
|
||||||
image: louislam/uptime-kuma
|
image: louislam/uptime-kuma
|
||||||
# uptime-kuma.version -- The uptime-kuma docker image version - defaults to .Chart.appVersion
|
# uptime-kuma.version -- The uptime-kuma docker image version - defaults to .Chart.appVersion-alpine
|
||||||
version: 1.8.0-alpine
|
# version: 1.8.0-alpine
|
||||||
|
|
||||||
#resources:
|
#resources:
|
||||||
# uptime-kuma.resources -- The resource requests and limits for the uptime-kuma service
|
# uptime-kuma.resources -- The resource requests and limits for the uptime-kuma service
|
||||||
|
Loading…
Reference in New Issue
Block a user