mkdir -p ./artifacts
cp -r ./kustomize ./artifacts/
cd ./artifacts/kustomize/kwok
kustomize edit set image registry.k8s.io/kwok/kwok=image-prefix/kwok:<VERSION>
cd -
kustomize build ./artifacts/kustomize/kwok -o ./artifacts/kwok.yaml
gsutil cp -P ./artifacts/kwok.yaml bucket/releases/staging-prefix-<VERSION>/manifests/kwok.yaml
rm -r ./artifacts/kustomize
