Commit af8b73c5 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Pierre Smeyers
Browse files

fix: use new kube-score image with explicit registry (Docker Hub)

parent 7ef3621e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ This job runs [Kube-Score](https://kube-score.com/) on the resources to be creat
| Name                  | description                              | default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `HELM_KUBE_SCORE_DISABLED`   | Set to `true` to disable [Kube-Score](https://kube-score.com/)   | _none_ (enabled) |
| `HELM_KUBE_SCORE_IMAGE`   | The Docker image used to run [Kube-Score](https://kube-score.com/)   | `zegl/kube-score:latest-helm3` |
| `HELM_KUBE_SCORE_IMAGE`   | The Docker image used to run [Kube-Score](https://kube-score.com/)   | `registry.hub.docker.com/zegl/kube-score` |
| `HELM_KUBE_SCORE_ARGS`   | Arguments used by the helm-score job   | _none_ |

### `helm-package` job
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@
        {
          "name": "HELM_KUBE_SCORE_IMAGE",
          "description": "The Docker image used to run [Kube-Score](https://kube-score.com/)",
          "default": "zegl/kube-score:latest-helm3"
          "default": "registry.hub.docker.com/zegl/kube-score"
        },
        {
          "name": "HELM_KUBE_SCORE_ARGS",
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ variables:
  HELM_YAMLLINT_ARGS: "-f colored --strict"
  HELM_LINT_ARGS: "lint --strict"
  HELM_DEPENDENCY_ARGS: "dependency update"
  HELM_KUBE_SCORE_IMAGE: "zegl/kube-score:latest-helm3"
  HELM_KUBE_SCORE_IMAGE: "registry.hub.docker.com/zegl/kube-score"

  HELM_CHART_DIR: "."
  HELM_SCRIPTS_DIR: "."