update app-template chart

This commit is contained in:
2025-05-16 21:46:14 -05:00
parent d467ef13bc
commit 1139e2c62c
8 changed files with 9 additions and 35 deletions

View File

@@ -4,11 +4,8 @@ metadata:
name: glutun-update-script
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: glutun-update-script
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: gluetun
app.kubernetes.io/part-of: {{ .Release.Name }}
data:
update.sh: |
if ! command -v curl 2>&1 >/dev/null