Update the custom command mirror

This commit is contained in:
2024-03-25 12:40:10 +01:00
parent aabcb21f3b
commit f40fea7955
7 changed files with 30 additions and 17 deletions

View File

@ -21,4 +21,5 @@ patches:
git:
path: ../patches/git/zot.patch
mirrors:
- apps-git
# - apps-git
- custom-command

View File

@ -4,10 +4,6 @@ variables:
include:
- kind: Charts
path: ./charts/zot.yaml
- kind: Charts
path: ./charts/gitops-server.yaml
- kind: Charts
path: ./charts/external-secrets-operator.yaml
patches:
- name: yamlfmt
custom_command:
@ -56,3 +52,10 @@ mirrors:
commit: |-
chore: mirror {{ name }}-{{ version }}
upstream_repo: {{ repo_url }}
- name: custom-commands
custom_command:
package:
- helm package -d package .
upload:
- helm push ./package/{{ name }}-{{ version }}.tgz oci://registry.badhouseplants.net
- rm -rf ./package