Skip to content

Commit

Permalink
update chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Oct 17, 2023
1 parent c0ee43a commit e0e2c25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
2 changes: 1 addition & 1 deletion stable/node-local-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
43 changes: 7 additions & 36 deletions stable/node-local-dns/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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 | <[email protected]> | |

## Values

Expand Down Expand Up @@ -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 | <[email protected]> | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit e0e2c25

Please sign in to comment.