Skip to content

Commit

Permalink
Updating gocd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed May 28, 2024
1 parent 3d84745 commit 7b1f88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd/templates/bash/check-cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/devinfra/scripts/checks/googlecloud/checkcloudbuild.py \
"${GO_REVISION_CHARTCUTERIE_REPO}" \
sentryio \
"us.gcr.io/sentryio/chartcuterie"
"us-central1-docker.pkg.dev/sentryio/chartcuterie/image"
2 changes: 1 addition & 1 deletion gocd/templates/bash/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"
/devinfra/scripts/k8s/k8stunnel \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--label-selector="${LABEL_SELECTOR}" \
--image="us.gcr.io/sentryio/chartcuterie:${GO_REVISION_CHARTCUTERIE_REPO}" \
--image="us-central1-docker.pkg.dev/sentryio/chartcuterie/image:${GO_REVISION_CHARTCUTERIE_REPO}" \
--container-name="chartcuterie"

0 comments on commit 7b1f88f

Please sign in to comment.