Skip to content

Commit

Permalink
update main chart deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 17, 2024
1 parent 3cfbfc4 commit 0696fce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/bump_charts.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ONPREM_CHART_FILE="charts/tracetest-onprem/Chart.yaml"
ONPREM_REQUIREMENTS_FILE="charts/tracetest-onprem/requirements.yaml"
ONPREM_CHART="charts/tracetest-onprem"
ONPREM_CHART_FILE="$ONPREM_CHART/Chart.yaml"
ONPREM_REQUIREMENTS_FILE="$ONPREM_CHART/requirements.yaml"
ONPREM_CHART_NAME="tracetest-onprem"

all_charts=$(ls -d charts/*/ | grep -v 'tracetest-onprem')
Expand Down Expand Up @@ -76,6 +76,8 @@ if [[ $? -ne 0 ]]; then
fi
echo "Updated version: $newVersion"

helm dependency update $ONPREM_CHART

git add $ONPREM_CHART_FILE $ONPREM_REQUIREMENTS_FILE

git status
Expand Down

0 comments on commit 0696fce

Please sign in to comment.