Danny Bessems
cd5fa89a0d
All checks were successful
continuous-integration/drone/push Build is passing
25 lines
730 B
YAML
25 lines
730 B
YAML
downstream:
|
|
|
|
helm_repositories:
|
|
- name: longhorn
|
|
url: https://charts.longhorn.io
|
|
- name: sealed-secrets
|
|
url: https://bitnami-labs.github.io/sealed-secrets
|
|
|
|
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
|
|
|
|
sealed-secrets:
|
|
version: 2.8.1 # (= Sealed Secrets v0.20.2)
|
|
chart: sealed-secrets/sealed-secrets
|
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
|
chart_values: !unsafe |
|
|
# Empty
|