Skip to content

Commit

Permalink
Add helm deps update step
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Oct 29, 2024
1 parent 55da14b commit c7b18d9
Showing 1 changed file with 1 addition and 0 deletions.
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 dependency update .


release: IMAGE_PREFIX=percona
Expand Down

0 comments on commit c7b18d9

Please sign in to comment.