From e0e2c251fdb3fca8497291ea783f73fd52bbb41f Mon Sep 17 00:00:00 2001 From: Thomas Schaaf Date: Tue, 17 Oct 2023 11:08:19 +0200 Subject: [PATCH] update chart version --- stable/node-local-dns/Chart.yaml | 2 +- stable/node-local-dns/README.md | 43 ++++++-------------------------- 2 files changed, 8 insertions(+), 37 deletions(-) diff --git a/stable/node-local-dns/Chart.yaml b/stable/node-local-dns/Chart.yaml index 9b301bda..cf00f780 100644 --- a/stable/node-local-dns/Chart.yaml +++ b/stable/node-local-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: node-local-dns -version: 2.0.2 +version: 2.1.0 appVersion: 1.22.23 maintainers: - name: gabrieladt diff --git a/stable/node-local-dns/README.md b/stable/node-local-dns/README.md index 03194e70..2b68a3f2 100644 --- a/stable/node-local-dns/README.md +++ b/stable/node-local-dns/README.md @@ -1,6 +1,6 @@ # node-local-dns -![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 1.22.23](https://img.shields.io/badge/AppVersion-1.22.23-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 1.22.23](https://img.shields.io/badge/AppVersion-1.22.23-informational?style=flat-square) A chart to install node-local-dns. @@ -12,37 +12,11 @@ Further documentation is [here](https://kubernetes.io/docs/tasks/administer-clus This helm chart works for both kube-proxy setups (iptables or ipvs). -## How to install this chart - -Add Delivery Hero public chart repo: - -```console -helm repo add deliveryhero https://charts.deliveryhero.io/ -``` - -A simple install with default values: - -```console -helm install deliveryhero/node-local-dns -``` - -To install the chart with the release name `my-release`: - -```console -helm install my-release deliveryhero/node-local-dns -``` - -To install with some set values: - -```console -helm install my-release deliveryhero/node-local-dns --set values_key1=value1 --set values_key2=value2 -``` - -To install with custom values file: +## Maintainers -```console -helm install my-release deliveryhero/node-local-dns -f values.yaml -``` +| Name | Email | Url | +| ---- | ------ | --- | +| gabrieladt | | | ## Values @@ -81,8 +55,5 @@ helm install my-release deliveryhero/node-local-dns -f values.yaml | serviceMonitor.enabled | bool | `false` | | | serviceMonitor.labels | object | `{}` | | -## Maintainers - -| Name | Email | Url | -| ---- | ------ | --- | -| gabrieladt | | | +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)