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 - ./prowlarr
- ./bazarr - ./bazarr
- ./readarr - ./readarr
- ./mylar - ./mylar3

View File

@ -1,7 +1,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1 apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: mylar name: mylar3
namespace: download namespace: download
spec: spec:
interval: 5m interval: 5m
@ -16,7 +16,7 @@ spec:
values: values:
image: image:
repository: lscr.io/linuxserver/mylar repository: lscr.io/linuxserver/mylar3
tag: latest tag: latest
env: env:
TZ: America/New_York TZ: America/New_York
@ -48,7 +48,7 @@ spec:
config: config:
enabled: true enabled: true
type: hostPath type: hostPath
hostPath: /mnt/MainPool/Kubernetes/mylar hostPath: /mnt/MainPool/Kubernetes/mylar3
mountPath: /config mountPath: /config
storage: storage:
enabled: true enabled: true