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 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