Skip to content

Commit

Permalink
remove update to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 9, 2024
1 parent 4e7c250 commit 602420b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions scripts/chart_releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,3 @@ 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_TOKEN@github.com/kubeshop/helm-charts develop

8 changes: 0 additions & 8 deletions scripts/main_chart_releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,3 @@ git commit -m "Tag: $tk_version_full_bumped; CI/CD. Bumped main helm chart versi

# git push origin main
git push --set-upstream https://kubeshop-bot:$GH_PUSH_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
git add ../charts/testkube/Chart.yaml
git commit -m "Update Chart.yaml file"
git push --set-upstream https://kubeshop-bot:$GH_PUSH_TOKEN@github.com/kubeshop/helm-charts develop

0 comments on commit 602420b

Please sign in to comment.