Loading templates/gitlab-ci-k8s-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" templates/gitlab-ci-k8s.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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 Loading Loading
templates/gitlab-ci-k8s-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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"
templates/gitlab-ci-k8s.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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 Loading