Skip to content

Commit e061d7b

Browse files
committed
scripts: Add helm-push to push-image.sh script
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
1 parent a6d9872 commit e061d7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test-infra/push-image.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ gcloud auth configure-docker
1010

1111
# Build and push images
1212
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $VERSION_OVERRIDE
13+
14+
go install helm.sh/helm/v3/cmd/[email protected]
15+
16+
make helm-push $VERSION_OVERRIDE

0 commit comments

Comments
 (0)