diff --git a/charts/stable/kube-ops-view/README.md b/charts/stable/kube-ops-view/README.md index ed453237..23bbc097 100644 --- a/charts/stable/kube-ops-view/README.md +++ b/charts/stable/kube-ops-view/README.md @@ -2,7 +2,7 @@ ![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 20.4.0](https://img.shields.io/badge/AppVersion-20.4.0-informational?style=flat-square) -kube-ops-view is a read-only system dashboard for multiple K8s clusters. +kube-ops-view helm package **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)** @@ -75,11 +75,11 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | See below | environment variables. See more environment variables in the [kube-ops-view documentation](https://kube-ops-view.org/docs). | +| env | object | See below | environment variables. See more environment variables in the [kube-ops-view documentation](https://codeberg.org/hjacobs/kube-ops-view/#configuration). | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"hjacobs/kube-ops-view"` | image repository | -| image.tag | string | `"20.4.0"` | image tag | +| image.tag | string | chart.appVersion | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `true` | | | securityContext.runAsNonRoot | bool | `true` | |