repositories: - name: cdf helm: url: https://cdfoundation.github.io/tekton-helm-chart/ - name: keel helm: url: https://charts.keel.sh - 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: fluxcd-community helm: url: https://fluxcd-community.github.io/helm-charts - name: rancher-local-path git: url: https://github.com/rancher/local-path-provisioner.git git_ref: main path: deploy/chart - name: softplayer git: url: https://git.badhouseplants.net/softplayer/softplayer-helmfile git_ref: main path: charts - name: allanger-charts git: url: https://git.badhouseplants.net/allanger/helm-charts git_ref: add-shadowsocks path: charts - name: kubernetes-dashboard helm: url: https://kubernetes.github.io/dashboard/ mirrors: - name: custom-commands custom_command: package: - helm package -d package . upload: - helm push ./package/{{ name }}-{{ version }}.tgz oci://registry.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 - name: flux2 repository: fluxcd-community mirrors: - custom_command - name: helmrelease repository: softplayer mirrors: - custom_command - name: shadowsocks-libev repository: allanger-charts mirrors: - custom_command - name: keel repository: keel mirrors: - custom_command - name: kubernetes-dashboard repository: kubernetes-dashboard extensions: - name: add a pretty config mapper source_dir: ./extensions/kubernetes-dashboard/ target_dir: config patches: - name: add a pretty config mapper custom_command: commands: - mv ./config/config.yaml . - rm -rf config mirrors: - custom_command