From a69bef244c967aa3accdd4918e8f9793f33f03fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:00:21 +0100 Subject: [PATCH] chore(docs): update helm-docs [ci-skip] (#700) Signed-off-by: onedr0p Co-authored-by: onedr0p --- charts/stable/magic-mirror/README.md | 4 ++-- charts/stable/miniflux/README.md | 4 ++-- charts/stable/miniflux/README.md.gotmpl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/stable/magic-mirror/README.md b/charts/stable/magic-mirror/README.md index 8ee35a4d..3639276b 100644 --- a/charts/stable/magic-mirror/README.md +++ b/charts/stable/magic-mirror/README.md @@ -78,7 +78,7 @@ The default login details (change ASAP) are: | Key | Type | Default | Description | |-----|------|---------|-------------| -| config | string | `""` | | +| config | string | `"var config = {\n address: \"0.0.0.0\",\n port: 8080,\n ipWhitelist: [],\n language: \"en\",\n timeFormat: 24,\n units: \"metric\",\n modules: [],\n};\n\n/*************** DO NOT EDIT THE LINE BELOW ***************/\nif (typeof module !== \"undefined\") {module.exports = config;}\n"` | | | custom_css | string | `""` | | | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | @@ -120,4 +120,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 9923cd2f..28219d90 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart **in ## Configuration Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. -Other values may be used from the [values.yaml](../common/values.yaml) from the [common library](../common). +Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -72,7 +72,7 @@ N/A ## Values -**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/charts/tree/master/charts/common/) +**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common) | Key | Type | Default | Description | |-----|------|---------|-------------| diff --git a/charts/stable/miniflux/README.md.gotmpl b/charts/stable/miniflux/README.md.gotmpl index 8b868671..c21f99b3 100644 --- a/charts/stable/miniflux/README.md.gotmpl +++ b/charts/stable/miniflux/README.md.gotmpl @@ -68,7 +68,7 @@ The command removes all the Kubernetes components associated with the chart **in {{- define "custom.configuration.readValues" -}} Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. -Other values may be used from the [values.yaml](../common/values.yaml) from the [common library](../common). +Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). {{- end -}} {{- define "custom.configuration.example.set" -}} @@ -92,7 +92,7 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} - {{- define "custom.valuesSection" -}} ## Values -**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/charts/tree/master/charts/common/) +**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common) {{ template "chart.valuesTable" . }} {{- end -}}