Skip to content
Snippets Groups Projects
Verified Commit 4f56369a authored by David Hoese's avatar David Hoese
Browse files

Fix helm base image to use gcloud/helm/kubectl image

parent d59d1b8c
No related branches found
No related tags found
No related merge requests found
......@@ -67,11 +67,7 @@
# - if: $DEPLOY_RABBIT
#
test_basic_grb:
# environment:
# name: geosphere
# url: http://geosphere.ssec.wisc.edu
extends: .helm_based_job
image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/gcloud-kubectl-helm/gcloud-kubectl-helm:6d3e308b
stage: test
script:
- ns=$(./helpers/get_namespace.sh)
......
.helm_based_job:
extends: .docker_based_job
image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/geosphere-deploy/cichart:latest
# image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/geosphere-deploy/cichart:latest
image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/gcloud-kubectl-helm/gcloud-kubectl-helm:6d3e308b
variables:
KUBECONFIG: "$KUBECONFIG:$kubekorner_k3s_config"
before_script:
- docker info
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- source ./helpers/shell_aliases.sh
# - source ./helpers/shell_aliases.sh
- helm registry login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- helm repo add stable https://kubernetes-charts.storage.googleapis.com
- helm repo update
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