From 245fd6a21f2c38983c42efdbfeecc53f7fa941ba Mon Sep 17 00:00:00 2001 From: alegrey91 Date: Mon, 30 Aug 2021 16:09:19 +0200 Subject: [PATCH 1/2] fix: change daemon set name in NOTES.txt --- charts/kubelived/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubelived/templates/NOTES.txt b/charts/kubelived/templates/NOTES.txt index bb6c14a..5b3457f 100644 --- a/charts/kubelived/templates/NOTES.txt +++ b/charts/kubelived/templates/NOTES.txt @@ -1,7 +1,7 @@ - Kubelived Helm Chart deployed: # Check the installer logs - $ kubectl logs -f ds/{{ template "kubelived.fullname" . }}-installer -n {{ .Release.Namespace }} + $ kubectl logs -f ds/keepalived-installer -n {{ .Release.Namespace }} # Check the keepalived logs $ kubectl logs -f kube-keepalived- -n {{ .Release.Namespace }} From 1aa1703f7f5080d9e72843c117f11316804303b3 Mon Sep 17 00:00:00 2001 From: alegrey91 Date: Mon, 30 Aug 2021 16:10:09 +0200 Subject: [PATCH 2/2] fix: update version --- charts/kubelived/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubelived/Chart.yaml b/charts/kubelived/Chart.yaml index 5e7a88b..ef95d86 100644 --- a/charts/kubelived/Chart.yaml +++ b/charts/kubelived/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.2.1 +appVersion: 0.3.0