Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helm
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD 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
to be continuous...
Helm
Commits
27d34066
Commit
27d34066
authored
2 years ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
feat: configurable tracking image
parent
b160478e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/gitlab-ci-helm-vault.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-helm-vault.yml
templates/gitlab-ci-helm.yml
+5
-2
5 additions, 2 deletions
templates/gitlab-ci-helm.yml
with
6 additions
and
3 deletions
templates/gitlab-ci-helm-vault.yml
+
1
−
1
View file @
27d34066
...
...
@@ -8,7 +8,7 @@ variables:
.helm-base
:
services
:
-
name
:
"
$
CI_REGISTRY/to-be-continuous/tools/tracking:master
"
-
name
:
"
$
TBC_TRACKING_IMAGE
"
command
:
[
"
--service"
,
"
helm"
,
"
2.2.0"
]
-
name
:
"
$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias
:
"
vault-secrets-provider"
This diff is collapsed.
Click to expand it.
templates/gitlab-ci-helm.yml
+
5
−
2
View file @
27d34066
...
...
@@ -14,6 +14,9 @@
# Floor, Boston, MA 02110-1301, USA.
# =========================================================================================
variables
:
# variabilized tracking image
TBC_TRACKING_IMAGE
:
"
$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Docker Image with Helm CLI tool (can be overridden)
HELM_CLI_IMAGE
:
"
alpine/helm"
HELM_YAMLLINT_IMAGE
:
"
cytopia/yamllint"
...
...
@@ -452,7 +455,7 @@ stages:
apk add --no-cache curl
fi
}
unscope_variables
eval_all_secrets
...
...
@@ -465,7 +468,7 @@ stages:
name
:
$HELM_CLI_IMAGE
entrypoint
:
[
"
"
]
services
:
-
name
:
"
$
CI_REGISTRY/to-be-continuous/tools/tracking:master
"
-
name
:
"
$
TBC_TRACKING_IMAGE
"
command
:
[
"
--service"
,
"
helm"
,
"
2.2.0"
]
before_script
:
-
*helm-scripts
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
e10857ec
·
2 years ago
mentioned in commit
e10857ec
mentioned in commit e10857ec87251becc9afb29b1d0fa3c73cd6b185
Toggle commit list
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