2024-04-23 18:49:30 +00:00
|
|
|
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/
|
2024-04-29 14:40:06 +00:00
|
|
|
- name: fluxcd-community
|
2024-04-29 13:46:52 +00:00
|
|
|
helm:
|
|
|
|
url: https://fluxcd-community.github.io/helm-charts
|
2024-04-23 18:49:30 +00:00
|
|
|
- name: rancher-local-path
|
|
|
|
git:
|
|
|
|
url: https://github.com/rancher/local-path-provisioner.git
|
|
|
|
git_ref: main
|
|
|
|
path: deploy/chart
|
2024-04-29 14:40:06 +00:00
|
|
|
- name: softplayer
|
|
|
|
git:
|
|
|
|
url: https://git.badhouseplants.net/softplayer/softplayer-helmfile
|
|
|
|
git_ref: main
|
2024-05-04 16:42:28 +00:00
|
|
|
path: charts
|
|
|
|
- name: allanger-charts
|
|
|
|
git:
|
|
|
|
url: https://git.badhouseplants.net/allanger/helm-charts
|
|
|
|
git_ref: add-shadowsocks
|
|
|
|
path: charts
|
2024-04-23 18:49:30 +00:00
|
|
|
|
|
|
|
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
|
2024-04-29 13:46:52 +00:00
|
|
|
|
|
|
|
- name: flux2
|
|
|
|
repository: fluxcd-community
|
|
|
|
mirrors:
|
|
|
|
- custom_command
|
2024-05-04 16:42:28 +00:00
|
|
|
|
|
|
|
- name: helmrelease
|
|
|
|
repository: softplayer
|
|
|
|
mirrors:
|
|
|
|
- custom_command
|
|
|
|
|
|
|
|
- name: shadowsocks-libev
|
|
|
|
repository: allanger-charts
|
|
|
|
mirrors:
|
|
|
|
- custom_command
|