From 7246fff0195b004fb40c69d663c3572a03359f3c Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Thu, 19 May 2022 19:43:20 +0200 Subject: [PATCH] [stable/node-local-dns] Adding missing app version to node-local-dns chart (#312) * Adding missing app version to node-local-dns chart * fixes * fixes --- stable/node-local-dns/Chart.yaml | 3 ++- stable/node-local-dns/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/node-local-dns/Chart.yaml b/stable/node-local-dns/Chart.yaml index 2c32aa5e..e444374d 100644 --- a/stable/node-local-dns/Chart.yaml +++ b/stable/node-local-dns/Chart.yaml @@ -1,5 +1,7 @@ apiVersion: v2 name: node-local-dns +version: 0.1.1 +appVersion: 1.21.1 maintainers: - name: gabrieladt email: no-reply@deliveryhero.com @@ -14,4 +16,3 @@ description: | Further documentation is [here](https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/) This helm chart works for both kube-proxy setups (iptables or ipvs). -version: 0.1.0 diff --git a/stable/node-local-dns/README.md b/stable/node-local-dns/README.md index a209088c..5b5c6161 100644 --- a/stable/node-local-dns/README.md +++ b/stable/node-local-dns/README.md @@ -1,6 +1,6 @@ # node-local-dns -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: 1.21.1](https://img.shields.io/badge/AppVersion-1.21.1-informational?style=flat-square) A chart to install node-local-dns.