We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7682 commit b691240Copy full SHA for b691240
.github/workflows/release-source.yml
@@ -186,8 +186,8 @@ jobs:
186
sed -i "s/.*repository_tag.*/ repository_tag: v$RELEASE_VERSION/" "$dir"/values/values.yaml; \
187
fi; \
188
189
- # skip helm dep update and helm dep build for directories with '_starter' in the name
190
- if [[ "$dir" != *"_starter"* ]]; then
+ # skip helm dep update and helm dep build for directories with 'starter' in the name
+ if [[ "$dir" != *"starter"* ]]; then
191
helm dep build "$dir"
192
helm dep update "$dir"
193
fi
0 commit comments