Skip to content

Commit

Permalink
fix: update component version action (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Oct 9, 2023
1 parent fc4e8ab commit 28cfbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-component-version/update-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ git config --global user.name "$GIT_USER"

# update the chart requirements and push
git checkout -b auto-update/${COMPONENT_NAME}-${COMPONENT_VERSION} ${UPSTREAM_BRANCH}
yq m -x -i ../helm-chart/renku/values.yaml helm-chart/${COMPONENT_NAME}/values.yaml
yq m -x -i helm-chart/renku/values.yaml ../helm-chart/${COMPONENT_NAME}/values.yaml

git add helm-chart/renku/requirements.yaml
git add helm-chart/renku/values.yaml
git commit -m "chore: updating ${COMPONENT_NAME} version to ${COMPONENT_VERSION}"
git push origin auto-update/${COMPONENT_NAME}-${COMPONENT_VERSION}

Expand Down

0 comments on commit 28cfbdd

Please sign in to comment.