1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore: change charts registry url (#4768)

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
Batuhan Apaydın 2022-10-02 23:20:33 +03:00 committed by GitHub
parent 688b4fb8e3
commit e258004e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -76,6 +76,6 @@ jobs:
for dir in `find charts-tmp -maxdepth 1 -mindepth 1 -type d -print`; do for dir in `find charts-tmp -maxdepth 1 -mindepth 1 -type d -print`; do
chart=${dir##*/} chart=${dir##*/}
echo "Found chart: ${chart}" echo "Found chart: ${chart}"
helm package charts-tmp/${chart} --destination dist helm package charts-tmp/${chart} --destination .dist
helm push dist/${chart}-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY} helm push .dist/${chart}-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
done done

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ kubectl-kyverno
.DS_Store .DS_Store
.tools .tools
.gopath .gopath
.dist