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