Nikolai Rodionov 1ecee01b17
Some fixes and updates
Signed-off-by: Nikolai Rodionov <nikolai.rodionov@onpier.de>
2025-05-09 16:39:12 +02:00

27 lines
618 B
YAML

repositories:
- name: grafana
helm:
url: https://grafana.github.io/helm-charts
charts:
- name: mimir-distributed
repository: grafana
patches:
- name: vendor-deps
mirrors:
- custom-command
patches:
- name: vendor-deps
custom_command:
commands:
- yq -i '.dependencies[].repository = "file://charts"' Chart.yaml
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