Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading templates/gitlab-ci-helm.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: "." Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading
templates/gitlab-ci-helm.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: "." Loading