move to community staging bucket

This commit is contained in:
Benjamin Elder
2024-07-17 16:11:03 -07:00
parent f0308d29b4
commit 34fd4f8a8d
+1 -1
View File
@@ -22,7 +22,7 @@ set -o nounset
set -o pipefail
NPD_STAGING_PATH=${NPD_STAGING_PATH:-"gs://node-problem-detector-staging"}
NPD_STAGING_PATH=${NPD_STAGING_PATH:-"gs://k8s-staging-npd"}
NPD_STAGING_REGISTRY=${NPD_STAGING_REGISTRY:-"gcr.io/node-problem-detector-staging"}
PR_ENV_FILENAME=${PR_ENV_FILENAME:-"pr.env"}
CI_ENV_FILENAME=${CI_ENV_FILENAME:-"ci.env"}