diff --git a/clusters/cl01tl/applications/plex/Chart.yaml b/clusters/cl01tl/applications/plex/Chart.yaml index 5d25de2fa..2e25cc3a2 100644 --- a/clusters/cl01tl/applications/plex/Chart.yaml +++ b/clusters/cl01tl/applications/plex/Chart.yaml @@ -21,6 +21,6 @@ dependencies: - name: app-template alias: plex 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/plex.png appVersion: 1.41.6 diff --git a/clusters/cl01tl/applications/plex/templates/http-route.yaml b/clusters/cl01tl/applications/plex/templates/http-route.yaml index 67b06b3bd..21cfadf86 100644 --- a/clusters/cl01tl/applications/plex/templates/http-route.yaml +++ b/clusters/cl01tl/applications/plex/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-plex namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-plex + 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: parentRefs: - group: gateway.networking.k8s.io diff --git a/clusters/cl01tl/applications/plex/templates/persistent-volume-claim.yaml b/clusters/cl01tl/applications/plex/templates/persistent-volume-claim.yaml index a68260080..87863a977 100644 --- a/clusters/cl01tl/applications/plex/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/applications/plex/templates/persistent-volume-claim.yaml @@ -4,11 +4,8 @@ metadata: name: plex-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: plex-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: plex-nfs-storage storageClassName: nfs-client diff --git a/clusters/cl01tl/applications/plex/templates/persistent-volume.yaml b/clusters/cl01tl/applications/plex/templates/persistent-volume.yaml index 5af3856bf..43e307b2c 100644 --- a/clusters/cl01tl/applications/plex/templates/persistent-volume.yaml +++ b/clusters/cl01tl/applications/plex/templates/persistent-volume.yaml @@ -4,11 +4,8 @@ metadata: name: plex-nfs-storage namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: plex-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/applications/plex/values.yaml b/clusters/cl01tl/applications/plex/values.yaml index c543e6b42..ca602ecb8 100644 --- a/clusters/cl01tl/applications/plex/values.yaml +++ b/clusters/cl01tl/applications/plex/values.yaml @@ -25,8 +25,6 @@ plex: gpu.intel.com/i915: 1 cpu: 10m memory: 512Mi - serviceAccount: - create: true service: main: controller: main @@ -38,6 +36,7 @@ plex: protocol: HTTP persistence: config: + forceRename: plex-config storageClass: ceph-block accessMode: ReadWriteOnce size: 100Gi