Skip to content

Commit

Permalink
update release script (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Jul 11, 2023
1 parent be2e0aa commit dc3fe28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/chart_releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,12 @@ grep -iE "^version" ../charts/testkube/Chart.yaml
git add -A
git commit -m "Tag: $VERSION_FULL; $target_folder CI/CD. Bumped helm chart, app and docker image tag versions."
git push --set-upstream https://kubeshop-bot:$GH_TOKEN@github.com/kubeshop/helm-charts main

# Update Chart.yaml file in develop branch
git fetch origin develop
git checkout develop
git checkout main -- ../charts/testkube/Chart.yaml ../charts/$target_folder/Chart.yaml
git add ../charts/testkube/Chart.yaml ../charts/$target_folder/Chart.yaml
git commit -m "Update Chart.yaml files"
git push --set-upstream https://kubeshop-bot:$GH_PUSH_TOKEN@github.com/kubeshop/helm-charts develop

0 comments on commit dc3fe28

Please sign in to comment.