diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 5d1b467987..42b93fd1ad 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 0.4.2 +version: 0.4.3 description: A suite of web based open source business apps. keywords: - odoo diff --git a/stable/odoo/templates/NOTES.txt b/stable/odoo/templates/NOTES.txt index fa840a5f53..1273c1521d 100644 --- a/stable/odoo/templates/NOTES.txt +++ b/stable/odoo/templates/NOTES.txt @@ -26,4 +26,4 @@ 2. Login with the following credentials echo Email : {{ .Values.odooEmail }} - echo Password: $(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.odoo-password[*]}"`)) + echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.odoo-password}" | base64 --decode)