From d44c58f5ed586e5ace0cc3e848c292ffc94a4818 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 21:50:20 -0500 Subject: [PATCH] update app-template chart --- clusters/cl01tl/platform/unpackerr/Chart.yaml | 2 +- .../cl01tl/platform/unpackerr/templates/external-secret.yaml | 5 +---- .../unpackerr/templates/persistent-volume-claim.yaml | 5 +---- .../platform/unpackerr/templates/persistent-volume.yaml | 5 +---- clusters/cl01tl/platform/unpackerr/values.yaml | 2 -- 5 files changed, 4 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/platform/unpackerr/Chart.yaml b/clusters/cl01tl/platform/unpackerr/Chart.yaml index a0ff5ea92..af3b5040e 100644 --- a/clusters/cl01tl/platform/unpackerr/Chart.yaml +++ b/clusters/cl01tl/platform/unpackerr/Chart.yaml @@ -17,6 +17,6 @@ dependencies: - name: app-template alias: unpackerr repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/unpackerr.png appVersion: 0.14.5 diff --git a/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml b/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml index e0a2b4a7d..2f3203357 100644 --- a/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml +++ b/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml @@ -4,11 +4,8 @@ metadata: name: unpackerr-key-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: unpackerr-key-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: web - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/platform/unpackerr/templates/persistent-volume-claim.yaml b/clusters/cl01tl/platform/unpackerr/templates/persistent-volume-claim.yaml index 6718f0752..a23e6bfa4 100644 --- a/clusters/cl01tl/platform/unpackerr/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/platform/unpackerr/templates/persistent-volume-claim.yaml @@ -4,11 +4,8 @@ metadata: name: unpackerr-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: unpackerr-nfs-storage + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: storage - app.kubernetes.io/part-of: {{ .Release.Name }} spec: volumeName: unpackerr-nfs-storage storageClassName: nfs-client diff --git a/clusters/cl01tl/platform/unpackerr/templates/persistent-volume.yaml b/clusters/cl01tl/platform/unpackerr/templates/persistent-volume.yaml index bff4dd12b..3864f531f 100644 --- a/clusters/cl01tl/platform/unpackerr/templates/persistent-volume.yaml +++ b/clusters/cl01tl/platform/unpackerr/templates/persistent-volume.yaml @@ -4,11 +4,8 @@ metadata: name: unpackerr-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: unpackerr-nfs-storage + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: storage - app.kubernetes.io/part-of: {{ .Release.Name }} spec: persistentVolumeReclaimPolicy: Retain storageClassName: nfs-client diff --git a/clusters/cl01tl/platform/unpackerr/values.yaml b/clusters/cl01tl/platform/unpackerr/values.yaml index 1ef72ccb3..bd4fd2728 100644 --- a/clusters/cl01tl/platform/unpackerr/values.yaml +++ b/clusters/cl01tl/platform/unpackerr/values.yaml @@ -55,8 +55,6 @@ unpackerr: requests: cpu: 10m memory: 128Mi - serviceAccount: - create: true persistence: storage: existingClaim: unpackerr-nfs-storage