diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index 95ab56f13fb..825ac1fa56b 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: kubeapps sources: - https://github.com/kubeapps/kubeapps -version: 7.5.9-dev1 +version: 7.5.10-dev0 diff --git a/chart/kubeapps/templates/NOTES.txt b/chart/kubeapps/templates/NOTES.txt index 30452e11e6a..6709e4719d4 100644 --- a/chart/kubeapps/templates/NOTES.txt +++ b/chart/kubeapps/templates/NOTES.txt @@ -1,3 +1,7 @@ +CHART NAME: {{ .Chart.Name }} +CHART VERSION: {{ .Chart.Version }} +APP VERSION: {{ .Chart.AppVersion }} + {{- $postgresqlSecretName := include "kubeapps.postgresql.secretName" . -}} {{- $redisSecretName := include "kubeapps.redis.secretName" . -}}