mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 11:36:10 +08:00
* add `autobrr` to `community` apps * regen * host * Update library/ix-dev/community/autobrr/Chart.yaml * Update library/ix-dev/community/autobrr/upgrade_strategy
12 lines
472 B
YAML
12 lines
472 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "autobrr.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "autobrr.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "autobrr.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "autobrr.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|