From a9785e696df26190d3683cb2ebfeb621b3469608 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 20:35:48 -0400 Subject: [PATCH] Accidentally used mylar instead of mylar3 --- cluster/apps/download/kustomization.yaml | 2 +- cluster/apps/download/{mylar => mylar3}/helm-release.yaml | 6 +++--- cluster/apps/download/{mylar => mylar3}/kustomization.yaml | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename cluster/apps/download/{mylar => mylar3}/helm-release.yaml (90%) rename cluster/apps/download/{mylar => mylar3}/kustomization.yaml (100%) 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