diff --git a/cluster/apps/download/kustomization.yaml b/cluster/apps/download/kustomization.yaml index b34c6b7..78dfdf6 100644 --- a/cluster/apps/download/kustomization.yaml +++ b/cluster/apps/download/kustomization.yaml @@ -9,4 +9,4 @@ resources: - ./prowlarr - ./bazarr - ./readarr -- ./mylar \ No newline at end of file +- ./mylar3 \ No newline at end of file diff --git a/cluster/apps/download/mylar/helm-release.yaml b/cluster/apps/download/mylar3/helm-release.yaml similarity index 90% rename from cluster/apps/download/mylar/helm-release.yaml rename to cluster/apps/download/mylar3/helm-release.yaml index c794d98..ebd8f35 100644 --- a/cluster/apps/download/mylar/helm-release.yaml +++ b/cluster/apps/download/mylar3/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: - name: mylar + name: mylar3 namespace: download spec: interval: 5m @@ -16,7 +16,7 @@ spec: values: image: - repository: lscr.io/linuxserver/mylar + repository: lscr.io/linuxserver/mylar3 tag: latest env: TZ: America/New_York @@ -48,7 +48,7 @@ spec: config: enabled: true type: hostPath - hostPath: /mnt/MainPool/Kubernetes/mylar + hostPath: /mnt/MainPool/Kubernetes/mylar3 mountPath: /config storage: enabled: true diff --git a/cluster/apps/download/mylar/kustomization.yaml b/cluster/apps/download/mylar3/kustomization.yaml similarity index 100% rename from cluster/apps/download/mylar/kustomization.yaml rename to cluster/apps/download/mylar3/kustomization.yaml