diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 5b8c2ec4cd..70a3ba1d4a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -261,6 +261,9 @@ jobs: run: | # substitute local charts path with official ones yq -i '.dependencies.[].repository = "https://charts.lifecycle.keptn.sh"' ./Chart.yaml + # update Chart.lock files + helm repo add keptn https://charts.lifecycle.keptn.sh + helm repo update helm dependency update helm dependency build