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.
2 parents 048000c + 9d32586 commit 3968d09Copy full SHA for 3968d09
.github/workflows/package-helm.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Package Stable Helm Charts
55
run: |
56
- find "$CHARTS_DIR" -name values.yaml | xargs -I '{}' \do
+ find "$CHARTS_DIR" -name values.yaml | xargs -I '{}' \
57
sed -e s"/pullPolicy:.*/pullPolicy: IfNotPresent/" -i '{}'
58
for chart in "$CHARTS_DIR"/*; do
59
echo ${{ secrets.BOT_PASSPHRASE }} | \
0 commit comments