TrueChartsClone/charts/stable/homarr/templates/common.yaml

12 lines
359 B
YAML
Raw Normal View History

[DNM] fix(Homarr) Add homarr 0.14 database mountPath (#14563) This adds required changes for Homarr version 0.14: https://github.com/ajnart/homarr/releases/tag/v0.14.0 Adds proper configuration for the database mount point in questions.yaml and values.yaml However, this container version of Homarr is currently broken as there is some other issue, as it spits out errors for an incorrect Node Module Version which might be an upstream issue and TRPCClientError, I can provide logs if requested. Edit: Noticed in the beginning it has errors about read-only filesystem - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Tested by installing the helm chart on a standard k3s system and on TrueNAS Scale with a custom catalog. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning --- --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: tuxsudo <tuxsudo@tux.pizza> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-16 17:26:04 -05:00
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for homarr */}}
{{- $secrets := include "homarr.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "homarr-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}