⬆️ Update app-template ( 2.6.0 → 3.0.4 )

This commit is contained in:
auricom
2024-03-27 20:36:43 +01:00
parent f3acf3e812
commit 88cf958c98
13 changed files with 152 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
---
# 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:
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
@@ -28,11 +28,11 @@ spec:
keepHistory: false
values:
controllers:
main:
pushover-notifier-github-releases:
type: cronjob
cronjob:
concurrencyPolicy: Forbid
schedule: "23 */3 * * *"
schedule: 23 */3 * * *
initContainers:
init-db:
image:
@@ -42,7 +42,7 @@ spec:
- secretRef:
name: pushover-notifier-secret
containers:
main:
app:
image:
repository: ghcr.io/auricom/python
tag: 1.0.0@sha256:31210a11e180f24fb2f1450a724168ea339c3819b5a3500924f2a7d7ea27f01d
@@ -57,7 +57,8 @@ spec:
limits:
memory: 250Mi
service:
main:
app:
controller: *app
enabled: false
persistence:
config: