Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
4f56369a
Verified
Commit
4f56369a
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix helm base image to use gcloud/helm/kubectl image
parent
d59d1b8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_tests/gitlab-ci.yaml
+0
-4
0 additions, 4 deletions
ci_tests/gitlab-ci.yaml
helpers/helm_base.yaml
+3
-2
3 additions, 2 deletions
helpers/helm_base.yaml
with
3 additions
and
6 deletions
ci_tests/gitlab-ci.yaml
+
0
−
4
View file @
4f56369a
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
helpers/helm_base.yaml
+
3
−
2
View file @
4f56369a
.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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment