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

Add dependency update to charts

parent c9bd35f4
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #5664 passed
...@@ -60,6 +60,9 @@ test-helm: ...@@ -60,6 +60,9 @@ test-helm:
# - deploy-theodolite # - deploy-theodolite
variables: variables:
KUBECTL: v1.21.3 KUBECTL: v1.21.3
cache:
paths:
- helm/charts
before_script: before_script:
- apk add -U wget bash openssl - apk add -U wget bash openssl
# install kubectl # install kubectl
...@@ -78,6 +81,7 @@ test-helm: ...@@ -78,6 +81,7 @@ test-helm:
script: script:
# Display initial pods, etc. # Display initial pods, etc.
- cd helm - cd helm
- helm dependencies update .
- helm install theodolite . -f preconfigs/minimal.yaml --wait - helm install theodolite . -f preconfigs/minimal.yaml --wait
- kubectl get nodes -o wide - kubectl get nodes -o wide
- kubectl get pods --all-namespaces -o wide - kubectl get pods --all-namespaces -o wide
......
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