2023-03-25 15:58:23 +00:00
|
|
|
downstream:
|
|
|
|
|
|
|
|
helm_repositories:
|
2023-08-22 10:02:13 +00:00
|
|
|
- name: bitnami
|
|
|
|
url: https://charts.bitnami.com/bitnami
|
2023-03-25 15:58:23 +00:00
|
|
|
- name: longhorn
|
|
|
|
url: https://charts.longhorn.io
|
2023-03-28 11:49:18 +00:00
|
|
|
- name: sealed-secrets
|
|
|
|
url: https://bitnami-labs.github.io/sealed-secrets
|
2023-03-25 15:58:23 +00:00
|
|
|
|
|
|
|
helm_charts:
|
|
|
|
|
|
|
|
longhorn:
|
|
|
|
version: 1.4.1
|
|
|
|
chart: longhorn/longhorn
|
2023-04-04 15:22:39 +00:00
|
|
|
namespace: longhorn-system
|
2023-03-25 15:58:23 +00:00
|
|
|
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
|
|
|
|
chart_values: !unsafe |
|
|
|
|
defaultSettings:
|
2023-04-19 06:43:34 +00:00
|
|
|
createDefaultDiskLabeledNodes: true
|
2023-03-25 15:58:23 +00:00
|
|
|
defaultDataPath: /mnt/blockstorage
|
2023-03-28 11:49:18 +00:00
|
|
|
|
2023-08-22 10:02:13 +00:00
|
|
|
pinniped:
|
|
|
|
helm:
|
|
|
|
version: 1.2.11 # (= Pinniped v0.25.0)
|
|
|
|
chart: bitnami/pinniped
|
|
|
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
|
|
|
chart_values: !unsafe |
|
|
|
|
supervisor:
|
|
|
|
enabled: false
|
|
|
|
|
2023-03-28 14:41:48 +00:00
|
|
|
sealed-secrets:
|
2023-03-28 11:49:18 +00:00
|
|
|
version: 2.8.1 # (= Sealed Secrets v0.20.2)
|
|
|
|
chart: sealed-secrets/sealed-secrets
|
2023-04-04 15:22:39 +00:00
|
|
|
namespace: sealed-secrets
|
2023-03-28 11:49:18 +00:00
|
|
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
2023-04-05 08:47:17 +00:00
|
|
|
# chart_values: !unsafe |
|
|
|
|
# # Empty
|