Work in progress

This commit is contained in:
2024-04-23 20:49:30 +02:00
parent 412a04301b
commit 04206a9e35
11 changed files with 229 additions and 76 deletions

View File

@ -1,4 +1,10 @@
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/
@ -28,48 +34,78 @@ repositories:
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://registry.badhouseplants.net/helmule
- 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