Update the custom command mirror
This commit is contained in:
@ -21,4 +21,5 @@ patches:
|
||||
git:
|
||||
path: ../patches/git/zot.patch
|
||||
mirrors:
|
||||
- apps-git
|
||||
# - apps-git
|
||||
- custom-command
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user