Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Kubernetes
Commits
75e5cc5b
Commit
75e5cc5b
authored
May 1, 2022
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
feat: configurable tracking image
parent
248c0e1e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/gitlab-ci-k8s-vault.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-k8s-vault.yml
templates/gitlab-ci-k8s.yml
+4
-1
4 additions, 1 deletion
templates/gitlab-ci-k8s.yml
with
5 additions
and
2 deletions
templates/gitlab-ci-k8s-vault.yml
+
1
−
1
View file @
75e5cc5b
...
...
@@ -8,7 +8,7 @@ variables:
.k8s-base
:
services
:
-
name
:
"
$
CI_REGISTRY/to-be-continuous/tools/tracking:master
"
-
name
:
"
$
TBC_TRACKING_IMAGE
"
command
:
[
"
--service"
,
"
--port"
,
"
8082"
,
"
kubernetes"
,
"
2.1.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-k8s.yml
+
4
−
1
View file @
75e5cc5b
...
...
@@ -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 Kubernetes CLI tool (can be overridden)
K8S_KUBECTL_IMAGE
:
"
bitnami/kubectl:latest"
K8S_KUBE_SCORE_IMAGE
:
"
zegl/kube-score:latest-helm"
...
...
@@ -527,7 +530,7 @@ stages:
name
:
$K8S_KUBECTL_IMAGE
entrypoint
:
[
"
"
]
services
:
-
name
:
"
$
CI_REGISTRY/to-be-continuous/tools/tracking:master
"
-
name
:
"
$
TBC_TRACKING_IMAGE
"
command
:
[
"
--service"
,
"
kubernetes"
,
"
2.1.0"
]
before_script
:
-
*k8s-scripts
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
7083e03b
·
Jun 5, 2024
mentioned in commit
7083e03b
mentioned in commit 7083e03b07ebfa883f30baae515913286b69e8e1
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