⬆️ Update app-template ( 2.6.0 → 3.0.4 )

This commit is contained in:
auricom
2024-03-26 20:58:06 +01:00
parent d1f9f7ba78
commit 6078e6d25b
20 changed files with 210 additions and 178 deletions

View File

@@ -1,16 +1,16 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: lychee-sync
name: &app lychee-sync
namespace: default
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
@@ -32,15 +33,15 @@ spec:
type: cronjob
cronjob:
concurrencyPolicy: Forbid
schedule: "0 0 * * 1" # At 00:00 on Monday
schedule: 0 0 * * 1 # At 00:00 on Monday
containers:
main:
image:
repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command:
- "/bin/bash"
- "-c"
- /bin/bash
- -c
- |
#!/bin/bash
@@ -56,8 +57,9 @@ spec:
exit 1
fi
service:
main:
app:
controller: *app
enabled: false
serviceAccount:
create: false
name: "jobs"
name: jobs