Packer.Images/ansible/vars/metacluster.yml

42 lines
916 B
YAML
Raw Normal View History

platform:
k3s:
version: v1.24.1+k3s1
2022-06-24 21:44:10 +00:00
helm_repositories:
- name: longhorn
url: https://charts.longhorn.io
- name: harbor
url: https://helm.goharbor.io
components:
longhorn:
version: 1.3.0
helm_chart: longhorn/longhorn
parse_logic: yq e '.. | select(has("repository")) | .repository + ":" + .tag'
2022-06-24 21:44:10 +00:00
harbor:
version: 1.9.1 # (= Harbor v2.5.1)
helm_chart: harbor/harbor
parse_logic: yq e '.. | select(has("repository")) | .repository + ":" + .tag'
2022-06-24 21:44:10 +00:00
# argocd:
# version:
2022-06-24 21:44:10 +00:00
dependencies:
ansible_galaxy_collections:
- community.general
- kubernetes.core
static_binaries:
2022-06-25 18:23:27 +00:00
- filename: helm
url: https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
archive: compressed
extra_opts: --strip-components=1
2022-06-25 18:23:27 +00:00
- filename: yq
url: http://github.com/mikefarah/yq/releases/download/v4.25.2/yq_linux_amd64
packages:
- skopeo