Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix(script): remove external-secrets.yml patching from release.sh (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
keweilu authored Nov 14, 2019
1 parent dfa210b commit 9d871cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ docker build -t godaddy/kubernetes-external-secrets:$SHA .
docker tag godaddy/kubernetes-external-secrets:$SHA godaddy/kubernetes-external-secrets:$TAG
docker tag godaddy/kubernetes-external-secrets:$SHA godaddy/kubernetes-external-secrets:latest

perl -i -pe "s/image: ([^:]*):[a-zA-Z0-9\.]*/image: \1:$TAG/" ./external-secrets.yml

echo ""
echo "Do the following to publish:"
echo ""
Expand Down

0 comments on commit 9d871cd

Please sign in to comment.