Commit b46c0abf authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '30-use-the-new-kube-score-image' into 'master'

Draft: Resolve "Use the new kube-score image"

Closes #30

See merge request to-be-continuous/helm!47
parents 7ef3621e af8b73c5
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: "."