Try publishing helm charts
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -24,7 +24,7 @@ steps:
|
||||
helm package $chart -d chart-packages;
|
||||
done
|
||||
- export CHARTS=$(find chart-packages -maxdepth 1 -mindepth 1 -type f)
|
||||
- export REGISTRY=$(echo oci://ghcr.io/$CI_REPO | tr '[:upper:]' '[:lower:]')
|
||||
- export REGISTRY=$(echo oci://gitea.badhouseplants.net/$CI_REPO | tr '[:upper:]' '[:lower:]')
|
||||
- |-
|
||||
for chart in $CHARTS; do
|
||||
echo ${chart}
|
||||
|
||||
Reference in New Issue
Block a user