Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ This job runs [Kube-Score](https://kube-score.com/) on the resources to be creat ...@@ -318,7 +318,7 @@ This job runs [Kube-Score](https://kube-score.com/) on the resources to be creat
| Name | description | default value | | Name | description | default value |
| --------------------- | ---------------------------------------- | ----------------- | | --------------------- | ---------------------------------------- | ----------------- |
| `HELM_KUBE_SCORE_DISABLED` | Set to `true` to disable [Kube-Score](https://kube-score.com/) | _none_ (enabled) | | `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_KUBE_SCORE_ARGS` | Arguments used by the helm-score job | _none_ |
### `helm-package` job ### `helm-package` job
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
{ {
"name": "HELM_KUBE_SCORE_IMAGE", "name": "HELM_KUBE_SCORE_IMAGE",
"description": "The Docker image used to run [Kube-Score](https://kube-score.com/)", "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", "name": "HELM_KUBE_SCORE_ARGS",
......
...@@ -53,7 +53,7 @@ variables: ...@@ -53,7 +53,7 @@ variables:
HELM_YAMLLINT_ARGS: "-f colored --strict" HELM_YAMLLINT_ARGS: "-f colored --strict"
HELM_LINT_ARGS: "lint --strict" HELM_LINT_ARGS: "lint --strict"
HELM_DEPENDENCY_ARGS: "dependency update" 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_CHART_DIR: "."
HELM_SCRIPTS_DIR: "." HELM_SCRIPTS_DIR: "."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment