Skip to content

Commit

Permalink
Use recent deployer image
Browse files Browse the repository at this point in the history
This gets us a newer version of krane (1.1.3 -> 2.2.0) which we think handles mismatched CRD versions within an apiGroup better.

See:
* Shopify/krane#804
* powerhome/nitro-web#21909
* powerhome/portal#125
* powerhome/incidents#8
* powerhome/pac#1180
  • Loading branch information
benlangfeld authored Sep 8, 2021
1 parent e382c16 commit 3322edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook-website/bin/deployer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -t 0 ]; then
AWS_CREDS_MOUNT="--mount type=bind,source=${HOME}/.aws/credentials,destination=/root/.aws/credentials,readonly"
fi

DEPLOYER_IMAGE="quay.io/powerhome/deployer:master-e4c01702624ac34f2663f894fbdb68a369b09629-588"
DEPLOYER_IMAGE="quay.io/powerhome/deployer:master-5246eafb24c81acae0dd9ccc3e421d0bb8d18328-1288"
DEPLOYER_MOUNTS="${AWS_CREDS_MOUNT} --mount type=bind,source=$(pwd),destination=/app --mount type=bind,source=${HOME}/.kube,destination=/root/.kube"
RUN_DEPLOYER="docker run --tty ${INTERACTIVE} ${EXTRA_ARGS} --rm --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY ${DEPLOYER_MOUNTS} ${DEPLOYER_IMAGE}"

Expand Down

0 comments on commit 3322edb

Please sign in to comment.