update app-template chart

This commit is contained in:
2025-05-16 21:50:20 -05:00
parent f6e9bb54b0
commit d44c58f5ed
5 changed files with 4 additions and 15 deletions

View File

@@ -17,6 +17,6 @@ dependencies:
- name: app-template - name: app-template
alias: unpackerr alias: unpackerr
repository: https://bjw-s-labs.github.io/helm-charts/ 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 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/unpackerr.png
appVersion: 0.14.5 appVersion: 0.14.5

View File

@@ -4,11 +4,8 @@ metadata:
name: unpackerr-key-secret name: unpackerr-key-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: unpackerr-key-secret app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .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: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -4,11 +4,8 @@ metadata:
name: unpackerr-nfs-storage name: unpackerr-nfs-storage
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: unpackerr-nfs-storage app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .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: spec:
volumeName: unpackerr-nfs-storage volumeName: unpackerr-nfs-storage
storageClassName: nfs-client storageClassName: nfs-client

View File

@@ -4,11 +4,8 @@ metadata:
name: unpackerr-nfs-storage name: unpackerr-nfs-storage
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: unpackerr-nfs-storage app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .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: spec:
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client storageClassName: nfs-client

View File

@@ -55,8 +55,6 @@ unpackerr:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
serviceAccount:
create: true
persistence: persistence:
storage: storage:
existingClaim: unpackerr-nfs-storage existingClaim: unpackerr-nfs-storage