Remove git repo logic; Debug ova templates
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-25 16:58:23 +01:00
parent ec6f712427
commit fa0b72a903
9 changed files with 40 additions and 20 deletions

View File

@ -3,11 +3,11 @@ platform:
k3s:
version: v1.26.2+k3s1
gitops:
repository:
uri: https://code.spamasaurus.com/djpbessems/GitOps.MetaCluster.git
# revision: v0.1.0
revision: HEAD
# gitops:
# repository:
# uri: https://code.spamasaurus.com/djpbessems/GitOps.MetaCluster.git
# # revision: v0.1.0
# revision: HEAD
packaged_components:
- name: traefik
@ -216,7 +216,7 @@ components:
longhorn:
helm:
version: 1.4.0
version: 1.4.1
chart: longhorn/longhorn
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
chart_values: !unsafe |

View File

@ -0,0 +1,15 @@
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