diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ee35250c7fc19b24b2fedce69aca520a60e34ca..a9be2137ccc5ae0aec241034c24684179c2e3812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ Helm:
     - apk add curl bash openssl git
     - curl -L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
   script:
+      - helm repo add bitnami https://charts.bitnami.com/bitnami
       - helm repo update
       - helm dependency update website
       - IMAGE_HASH=$(cat image-hash.txt)