Skip to content

Commit

Permalink
set chart version also for seldon-core-v2-certs (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Nov 22, 2022
1 parent f5bd3f9 commit 72ad807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ create-helm-charts:

.PHONY: set-chart-version
set-chart-version:
sed -i "s/version: .*/version: ${NEW_VERSION}/" helm-charts/seldon-core-v2-certs/Chart.yaml
sed -i "s/appVersion: .*/appVersion: ${NEW_VERSION}/" helm-charts/seldon-core-v2-certs/Chart.yaml
sed -i "s/version: .*/version: ${NEW_VERSION}/" helm-charts/seldon-core-v2-crds/Chart.yaml
sed -i "s/appVersion: .*/appVersion: ${NEW_VERSION}/" helm-charts/seldon-core-v2-crds/Chart.yaml
sed -i "s/version: .*/version: ${NEW_VERSION}/" helm-charts/seldon-core-v2-setup/Chart.yaml
Expand Down

0 comments on commit 72ad807

Please sign in to comment.