fix(recyclarr) add installation notes (#4362)

* fix(recyclarr) add installation notes

* add installContainers

* fix name

* set mount to config
This commit is contained in:
Xstar97
2022-11-09 12:16:55 -05:00
committed by GitHub
parent f510e374d2
commit 87b72e348a
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 1.0.17
version: 1.0.18
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -0,0 +1,7 @@
# Installation Notes
:::info
To edit recyclarr's files in the /config dir, I highly recommend using the codeserver Addon-on. It offers a web based file editor. Its meant to be temporarily so you can add/remove it any time.
:::
+8
View File
@@ -25,6 +25,14 @@ service:
main:
enabled: false
installContainers:
initconfig:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
volumeMounts:
- name: config
mountPath: "/config"
command: ["recyclarr", "create-config"]
persistence:
config:
enabled: true