Commit 2cb02bd4 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix: use zegl/kube-score:latest by default

The zegl/kube-score:latest-kustomize is no more updated and the last version only adress arm.
The new image embed both helm and kustomize.
parent 21b6adef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ variables:

  # Docker Image with Kubernetes CLI tool (can be overridden)
  K8S_KUBECTL_IMAGE: "bitnami/kubectl:latest"
  K8S_KUBE_SCORE_IMAGE: "zegl/kube-score:latest-kustomize"
  K8S_KUBE_SCORE_IMAGE: "zegl/kube-score:latest"
  K8S_BASE_APP_NAME: "$CI_PROJECT_NAME"
  K8S_SCRIPTS_DIR: "."
  K8S_REVIEW_ENVIRONMENT_SCHEME: "https"