Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use stateful chart for *arr #21

Merged
merged 3 commits into from
Apr 14, 2024
Merged

Conversation

d3adb5
Copy link
Owner

@d3adb5 d3adb5 commented Apr 14, 2024

  • refactor: use upstream stateful chart for prowlarr
  • refactor: use upstream stateful chart for sonarr
  • refactor: use upstream stateful chart for radarr

d3adb5 added 3 commits April 13, 2024 19:42
Use the stateful chart from my upstream charts repository for Prowlarr.
Use the stateful chart from my chart repository for Sonarr.
Use the stateful chart from my charts repository for Radarr.
@d3adb5 d3adb5 added the enhancement New feature or request label Apr 14, 2024
@d3adb5 d3adb5 self-assigned this Apr 14, 2024
Copy link

===== argoproj.io/Application argo-cd/prowlarr ======
222a223
>     chart: stateful
231a233,245
>         extraVolumeClaimTemplates:
>         - metadata:
>             name: config
>           spec:
>             accessModes:
>             - ReadWriteOnce
>             resources:
>               requests:
>                 storage: 512Mi
>             storageClassName: longhorn-nvme
>         extraVolumeMounts:
>         - mountPath: /config
>           name: config
245,247d258
<         persistence:
<           config:
<             storageClass: longhorn-nvme
253,255c264,265
<     path: charts/x-arr
<     repoURL: https://github.com/d3adb5/app-of-apps
<     targetRevision: HEAD
---
>     repoURL: https://charts.d3adb5.net/
>     targetRevision: 1.1.0

===== argoproj.io/Application argo-cd/radarr ======
269a270
>     chart: stateful
321a323,332
>         extraVolumeClaimTemplates:
>         - metadata:
>             name: config
>           spec:
>             accessModes:
>             - ReadWriteOnce
>             resources:
>               requests:
>                 storage: 512Mi
>             storageClassName: longhorn-nvme
324a336,337
>         - mountPath: /config
>           name: config
342,344d354
<         persistence:
<           config:
<             storageClass: longhorn-nvme
357,359c367,368
<     path: charts/x-arr
<     repoURL: https://github.com/d3adb5/app-of-apps
<     targetRevision: HEAD
---
>     repoURL: https://charts.d3adb5.net/
>     targetRevision: 1.1.0

===== argoproj.io/Application argo-cd/sonarr ======
264a265
>     chart: stateful
273a275,284
>         extraVolumeClaimTemplates:
>         - metadata:
>             name: config
>           spec:
>             accessModes:
>             - ReadWriteOnce
>             resources:
>               requests:
>                 storage: 512Mi
>             storageClassName: longhorn-nvme
276a288,289
>         - mountPath: /config
>           name: config
294,296d306
<         persistence:
<           config:
<             storageClass: longhorn-nvme
309,311c319,320
<     path: charts/x-arr
<     repoURL: https://github.com/d3adb5/app-of-apps
<     targetRevision: HEAD
---
>     repoURL: https://charts.d3adb5.net/
>     targetRevision: 1.1.0

@d3adb5 d3adb5 merged commit e0425f0 into master Apr 14, 2024
1 check passed
@d3adb5 d3adb5 deleted the refactor/use-stateful-chart branch April 14, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant