⬆️ Update app-template ( 2.6.0 → 3.0.4 )

This commit is contained in:
auricom
2024-03-26 01:12:59 +01:00
parent f9f972852e
commit d1f9f7ba78
11 changed files with 127 additions and 109 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
@@ -23,6 +23,7 @@ spec:
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
@@ -39,12 +40,11 @@ spec:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
controllers:
main:
bazarr:
annotations:
reloader.stakater.com/auto: "true"
initContainers:
init-db:
order: 1
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16
@@ -52,7 +52,7 @@ spec:
- secretRef:
name: bazarr-secret
containers:
main:
app:
image:
repository: ghcr.io/onedr0p/bazarr
tag: 1.4.2@sha256:113035f37f289f190781d9d728f2ebf56c895b972921820f5d30408427c837d9
@@ -76,14 +76,15 @@ spec:
- --wait=86400 # 1 day
- --root=/add-ons
service:
main:
app:
controller: *app
ports:
http:
port: 6767
ingress:
main:
enabled: true
className: "nginx"
className: nginx
annotations:
nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -96,7 +97,7 @@ spec:
paths:
- path: /
service:
name: main
identifier: app
port: http
tls:
- hosts:
@@ -115,7 +116,7 @@ spec:
video:
enabled: true
type: nfs
server: "192.168.9.10"
server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/video
globalMounts:
- path: /mnt/storage/video
@@ -124,6 +125,5 @@ spec:
type: configMap
name: bazarr-scripts # overriden by kustomizeconfig
defaultMode: 0775
readOnly: true
globalMounts:
- path: /scripts