Commit 8627a9f9 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix default Kuber score image

parent b3dadc00
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ Here are its parameters:

| Name                   | Description                                                          | Default value     |
| ---------------------- | -------------------------------------------------------------------- | ----------------- |
| `K8S_KUBE_SCORE_IMAGE` | Docker image to run [kube-score](https://github.com/zegl/kube-score) | `registry.hub.docker.com/zegl/kube-score:latest-kustomize` **it is recommended to set a tool version compatible with your Kubernetes cluster** |
| `K8S_KUBE_SCORE_IMAGE` | Docker image to run [kube-score](https://github.com/zegl/kube-score) | `registry.hub.docker.com/zegl/kube-score:latest` **it is recommended to set a tool version compatible with your Kubernetes cluster** |
| `K8S_SCORE_DISABLED`   | Set to `true` to disable the `kube-score` analysis                             | _none_ (enabled) |
| `K8S_SCORE_EXTRA_OPTS` | [Additional options](https://github.com/zegl/kube-score#configuration) to `kube-score` command line | _none_ |

+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
        {
          "name": "K8S_KUBE_SCORE_IMAGE",
          "description": "Docker image to run [kube-score](https://github.com/zegl/kube-score)",
          "default": "registry.hub.docker.com/zegl/kube-score:latest-kustomize"
          "default": "registry.hub.docker.com/zegl/kube-score:latest"
        },
        {
          "name": "K8S_SCORE_EXTRA_OPTS",