Update ct version

This commit is contained in:
Nikolai Rodionov 2024-07-14 11:42:02 +02:00
parent 8b513c0d97
commit 9e0b125c1b
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -4,7 +4,7 @@ when:
- push
.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:
git:
image: woodpeckerci/plugin-git
@ -74,7 +74,7 @@ steps:
done
- |
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
services: