Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
move to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <mayank.shah@percona.com>
  • Loading branch information
mayankshah1607 committed Oct 29, 2024
1 parent 824d1a6 commit b076a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
run: |
cd charts/everest
make release-dev
helm dependency update
- name: Prepare release
if: ${{ env.IS_RC == '0' }}
run: |
cd charts/everest
make release
helm dependency update
- name: Install Helm
uses: azure/setup-helm@v1
Expand Down
1 change: 1 addition & 0 deletions charts/everest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ prepare-chart:
yq eval -i '.olm.catalogSourceImage = "$(IMAGE_PREFIX)/everest-catalog"' values.yaml
yq eval -i '.operator.image = "$(IMAGE_PREFIX)/everest-operator"' values.yaml
yq eval -i '(.dependencies[] | select(.name == "everest-db-namespace")).version = "${VERSION}"' Chart.yaml
helm dependendy update .


release: IMAGE_PREFIX=percona
Expand Down

0 comments on commit b076a60

Please sign in to comment.