Skip to content

Commit 3968d09

Browse files
authored
Merge pull request #506 from klihub/fixes/helm-workflow
.github: fix cut-and-pase typo breaking helm fix.
2 parents 048000c + 9d32586 commit 3968d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Package Stable Helm Charts
5555
run: |
56-
find "$CHARTS_DIR" -name values.yaml | xargs -I '{}' \do
56+
find "$CHARTS_DIR" -name values.yaml | xargs -I '{}' \
5757
sed -e s"/pullPolicy:.*/pullPolicy: IfNotPresent/" -i '{}'
5858
for chart in "$CHARTS_DIR"/*; do
5959
echo ${{ secrets.BOT_PASSPHRASE }} | \

0 commit comments

Comments
 (0)