Accidentally used mylar instead of mylar3

This commit is contained in:
SeanOMik 2023-04-08 20:35:48 -04:00
parent 449c03a90c
commit a9785e696d
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
3 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ resources:
- ./prowlarr
- ./bazarr
- ./readarr
- ./mylar
- ./mylar3

View File

@ -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