Skip to content

Commit

Permalink
Fix missing Helm chart .image.tag setter in release-helm-chart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jul 26, 2024
1 parent 1e7ee76 commit 7199188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ yq -i '.version = "'"$NEXT_VERSION"'"' $CHART_HOME/Chart.yaml
# Update appVersion to the same as version
echo "Setting appVersion to" $VERSION
yq -i '.appVersion = "'"$VERSION"'"' $CHART_HOME/Chart.yaml
yq -i '.image.tag = "'v"$VERSION"'"' $CHART_HOME/values.yaml

# Update imageConfig settings to the current one
echo "Updating .Values.imageConfig to match config/manager/image_config.yaml"
Expand Down

0 comments on commit 7199188

Please sign in to comment.