Skip to content

Commit

Permalink
fix(ci): set chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygilkerson committed Dec 31, 2023
1 parent a93fef2 commit 0ddabb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ help:

setVersion:
@echo Set version "$(version)";\
ver="$(version)" yq '.image.tag = strenv(ver)' ./charts/serial-gateway/values.yaml --inplace;\
ver="$(version)" yq '.version = strenv(ver)' charts/serial-gateway/Chart.yaml --inplace;\
ver="$(version)" yq '.appVersion = strenv(ver)' charts/serial-gateway/Chart.yaml --inplace;
ver="$(version)" yq e '.image.tag = strenv(ver)' ./charts/serial-gateway/values.yaml --inplace;\
ver="$(version)" yq e '.version = strenv(ver)' charts/serial-gateway/Chart.yaml --inplace;\
ver="$(version)" yq e '.appVersion = strenv(ver)' charts/serial-gateway/Chart.yaml --inplace;


0 comments on commit 0ddabb4

Please sign in to comment.