We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced2f20 commit 4969fe8Copy full SHA for 4969fe8
.github/actions/chart/action.yaml
@@ -32,7 +32,7 @@ runs:
32
run: |
33
mkdir -p build
34
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}
+ helm pull -d build --version ${CHART_VERSION} oci://${B_REPO}/${CRDS_CHART}
36
helm pull -d build --version ${CHART_VERSION} oci://${B_REPO}/${OPERATOR_CHART}
37
- name: Push new index and chart to GH pages
38
env:
0 commit comments