Skip to content
Snippets Groups Projects
Commit 75e5cc5b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent 248c0e1e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment