Skip to content

Commit

Permalink
Merge pull request #89 from newrelic/fixManagerVersion
Browse files Browse the repository at this point in the history
match release manager docker image tag with goreleaser
  • Loading branch information
Eric Dobbs authored Jun 15, 2020
2 parents 01258f3 + 8f6e565 commit 3d98ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "Generating release for v${RELEASE_VERSION} using system user git user ${GI
git checkout -b release/v${RELEASE_VERSION}

# Update config/manager/kustomization.yaml to point to the docker tag for this release
cd configs/manager && kustomize edit set image controller=newrelic/kubernetes-operator:${RELEASE_VERSION} && cd ../..
cd configs/manager && kustomize edit set image controller=newrelic/kubernetes-operator:v${RELEASE_VERSION} && cd ../..

# Auto-generate CHANGELOG updates
git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md
Expand Down

0 comments on commit 3d98ad5

Please sign in to comment.