Commit 75e5cc5b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent 248c0e1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+4 −1
Original line number Diff line number Diff line
@@ -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