Skip to content
Snippets Groups Projects
Commit af09b9e9 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'use-image-for-helm-testing-in-ci' into 'master'

Use custom image for Helm testing in CI

See merge request !283
parents aa0095b0 2ca7f04e
No related branches found
No related tags found
1 merge request!283Use custom image for Helm testing in CI
Pipeline #8595 canceled
...@@ -142,20 +142,13 @@ test-helm: ...@@ -142,20 +142,13 @@ test-helm:
needs: needs:
- lint-helm - lint-helm
# - deploy-theodolite # - deploy-theodolite
image: ghcr.io/cau-se/theodolite-build-k3d-helm:20.10.12
variables: variables:
KUBECTL: v1.21.3
CLUSTERNAME: "$CI_PROJECT_NAME-$CI_PIPELINE_ID" CLUSTERNAME: "$CI_PROJECT_NAME-$CI_PIPELINE_ID"
cache: cache:
paths: paths:
- helm/charts - helm/charts
before_script: before_script:
- apk add -U wget bash openssl
# install kubectl
- wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
- chmod +x /usr/local/bin/kubectl
# install k3d
- wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
- wget -q -O - https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- k3d help - k3d help
- k3d version - k3d version
#- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]" #- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment