Skip to content

Commit 4969fe8

Browse files
committed
Remove --debug flag from helm pull
Signed-off-by: David Cassany <dcassany@suse.com> (cherry picked from commit 6a9537d)
1 parent ced2f20 commit 4969fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/chart/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
run: |
3333
mkdir -p build
3434
CHART_VERSION=$(git describe --abbrev=0 --tags 2>/dev/null | sed 's/[a-z]*\([0-9]\(\.[0-9]\)\{0,2\}\).*/\1/g')
35-
helm pull --debug -d build --version ${CHART_VERSION} oci://${B_REPO}/${CRDS_CHART}
35+
helm pull -d build --version ${CHART_VERSION} oci://${B_REPO}/${CRDS_CHART}
3636
helm pull -d build --version ${CHART_VERSION} oci://${B_REPO}/${OPERATOR_CHART}
3737
- name: Push new index and chart to GH pages
3838
env:

0 commit comments

Comments
 (0)