ci: use plain-http for helm oci publish
This commit is contained in:
@@ -97,11 +97,11 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.kloude.ir
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASS }}
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_PASS }}" | helm registry login registry.kloude.ir \
|
||||
--username "${{ secrets.REGISTRY_USER }}" \
|
||||
--password-stdin \
|
||||
--plain-http
|
||||
|
||||
- name: Push chart to OCI registry
|
||||
run: |
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
exit 0
|
||||
fi
|
||||
for chart in "${charts[@]}"; do
|
||||
helm push "$chart" "oci://registry.kloude.ir/kloude/kks-provider-plugin-charts"
|
||||
helm push --plain-http "$chart" "oci://registry.kloude.ir/kloude/kks-provider-plugin-charts"
|
||||
done
|
||||
|
||||
- name: Make OCI chart public
|
||||
|
||||
Reference in New Issue
Block a user