Just one binary helmule

This commit is contained in:
2025-02-18 17:32:46 +01:00
parent 055072f491
commit 09b1dd522b
53 changed files with 483 additions and 2124 deletions

19
example/helmule.yaml Normal file
View File

@ -0,0 +1,19 @@
repositories:
- name: grafana
helm:
url: https://grafana.github.io/helm-charts
charts:
- name: k8s-monitoring
repository: grafana
mirrors:
- custom-command
mirrors:
- name: custom-commands
custom_command:
package:
- mkdir -p /tmp/repository
- helm package -d package .
upload:
- mv ./package/{{ name }}-{{ version }}.tgz /tmp/repository
- rm -rf ./package