From c733388ed364936455fc51bf3c3fb3b2210e41bc Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Thu, 3 Nov 2022 11:09:12 +0100 Subject: [PATCH 1/2] docs: update NOTES.txt --- charts/test/templates/NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/test/templates/NOTES.txt b/charts/test/templates/NOTES.txt index d4e2257..a6bc9db 100644 --- a/charts/test/templates/NOTES.txt +++ b/charts/test/templates/NOTES.txt @@ -20,3 +20,5 @@ echo "Visit http://127.0.0.1:8080 to use your application" kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT {{- end }} + +THIS IS LALALAND From 123d3f2a7ccd7e4842fd181116df62bf8aabac66 Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Thu, 3 Nov 2022 11:10:03 +0100 Subject: [PATCH 2/2] chore: bump chart version --- charts/test/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/test/Chart.yaml b/charts/test/Chart.yaml index 72c886e..a73a295 100644 --- a/charts/test/Chart.yaml +++ b/charts/test/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.6 +version: 0.2.7 # 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