16 lines
381 B
YAML
16 lines
381 B
YAML
downstream:
|
|
|
|
helm_repositories:
|
|
- name: longhorn
|
|
url: https://charts.longhorn.io
|
|
|
|
helm_charts:
|
|
|
|
longhorn:
|
|
version: 1.4.1
|
|
chart: longhorn/longhorn
|
|
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
|
|
chart_values: !unsafe |
|
|
defaultSettings:
|
|
defaultDataPath: /mnt/blockstorage
|