27 lines
618 B
YAML
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
|