Update ct version
This commit is contained in:
parent
8b513c0d97
commit
9e0b125c1b
@ -4,7 +4,7 @@ when:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
.chart-testing-image: &chart-testing-image
|
.chart-testing-image: &chart-testing-image
|
||||||
image: quay.io/helmpack/chart-testing:v3.10.1
|
image: quay.io/helmpack/chart-testing:v3.11.0
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
@ -74,7 +74,7 @@ steps:
|
|||||||
done
|
done
|
||||||
- |
|
- |
|
||||||
for chart in $(find chart-packages -maxdepth 1 -mindepth 1 -type f); do
|
for chart in $(find chart-packages -maxdepth 1 -mindepth 1 -type f); do
|
||||||
helm push $chart oci://registry.badhouseplants.net/softplayer/helm
|
helm push $chart oci://$REGISTRY_URL/softplayer/helm
|
||||||
done
|
done
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user