softplayer-helmfile/helmule/helmule.yaml

112 lines
2.2 KiB
YAML

repositories:
- name: cdf
helm:
url: https://cdfoundation.github.io/tekton-helm-chart/
- name: istio
helm:
url: https://istio-release.storage.googleapis.com/charts
- name: metrics-server
helm:
url: https://kubernetes-sigs.github.io/metrics-server/
- name: jetstack
helm:
url: https://charts.jetstack.io
- name: longhorn
helm:
url: https://charts.longhorn.io
- name: metallb
helm:
url: https://metallb.github.io/metallb
- name: coredns
helm:
url: https://coredns.github.io/helm
- name: cilium
helm:
url: https://helm.cilium.io/
- name: traefik
helm:
url: https://traefik.github.io/charts
- name: flannel
helm:
url: https://flannel-io.github.io/flannel/
- name: rancher-local-path
git:
url: https://github.com/rancher/local-path-provisioner.git
git_ref: main
path: deploy/chart
mirrors:
- name: custom-commands
custom_command:
package:
- helm package -d package .
upload:
- helm push ./package/{{ name }}-{{ version }}.tgz oci://git.badhouseplants.net/softplayer/helm
- rm -rf ./package
charts:
- name: coredns
repository: coredns
mirrors:
- custom_command
- name: cilium
repository: cilium
mirrors:
- custom_command
- name: metrics-server
repository: metrics-server
mirrors:
- custom_command
- name: traefik
repository: traefik
mirrors:
- custom_command
- name: cert-manager
repository: jetstack
mirrors:
- custom_command
- name: metallb
repository: metallb
mirrors:
- custom_command
- name: longhorn
repository: longhorn
mirrors:
- custom_command
- name: flannel
repository: flannel
mirrors:
- custom_command
- name: local-path-provisioner
repository: rancher-local-path
mirrors:
- custom_command
- name: base
repository: istio
mirrors:
- custom_command
- name: gateway
repository: istio
mirrors:
- custom_command
- name: istiod
repository: istio
mirrors:
- custom_command
- name: tekton-pipeline
repository: cdf
mirrors:
- custom_command