Skip to content

Commit

Permalink
fix: set release version on deployment correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 2, 2023
1 parent c268bd1 commit e762feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-chaos/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker build -t "$dockerImage:$RELEASE_VERSION" .
docker push "$dockerImage:$RELEASE_VERSION"

echo "Update deployment.yaml"
sed -i 's/TAG/$RELEASE_VERSION/g' deploy/deployment.yaml
sed -i "s/TAG/$RELEASE_VERSION/g" deploy/deployment.yaml

echo "Deploy zbchaos deployment to testbench"
kubectl -n testbench-1-x-prod apply -f deploy/deployment.yaml

0 comments on commit e762feb

Please sign in to comment.