Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
190231b5
Commit
190231b5
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add k3d-helm build image
parent
a96763fa
No related branches found
No related tags found
1 merge request
!214
Test Helm chart in CI pipeline
Pipeline
#6285
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: post-deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
with
20 additions
and
0 deletions
.gitlab-ci.yml
+
20
−
0
View file @
190231b5
...
...
@@ -632,3 +632,23 @@ deploy-buildimage-docker-compose-jq:
-
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW
&&
$CI_PIPELINE_SOURCE
==
'web'"
when
:
manual
allow_failure
:
true
deploy-buildimage-k3d-helm
:
stage
:
deploy
extends
:
-
.kaniko-push
needs
:
[]
variables
:
DOCKER_VERSION
:
20.10.12
KUBECTL
:
v1.21.3
IMAGE_NAME
:
theodolite-build-k3d-helm
IMAGE_TAG
:
$DOCKER_VERSION
before_script
:
-
cd buildimages/k3d-helm
rules
:
-
changes
:
-
buildimages/k3d-helm/Dockerfile
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW"
-
if
:
"
$CR_HOST
&&
$CR_ORG
&&
$CR_USER
&&
$CR_PW
&&
$CI_PIPELINE_SOURCE
==
'web'"
when
:
manual
allow_failure
:
true
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