Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: docker build failed #8897

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docker/custom-scripts/fetch-all-helm-charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MANIFESTS_DIR="/tmp/manifests/"
GITHUB_HELM_CHARTS_URL=https://github.com/apecloud/helm-charts/releases/download

ADDON_DIR="kubeblocks/templates/addons"
APP_DIR="kubeblocks/templates/applications"

# fetch helm charts to target directory
# parameters:
Expand Down Expand Up @@ -59,5 +58,3 @@ helm version
echo "fetch addons helm charts, addon CRs directory: ${ADDON_DIR}, helm chart url: ${GITHUB_HELM_CHARTS_URL}"
fetch_helm_charts "${GITHUB_HELM_CHARTS_URL}" "${ADDON_DIR}"

echo "fetch applications helm charts, applications CRs directory: ${APP_DIR}, helm chart url: ${GITHUB_HELM_CHARTS_URL}"
fetch_helm_charts "${GITHUB_HELM_CHARTS_URL}" "${APP_DIR}"