diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 018dfd3c44..d2162164fd 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odoo -version: 8.0.2 +version: 8.0.3 appVersion: 12.0.20190515 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/stable/odoo/templates/NOTES.txt b/stable/odoo/templates/NOTES.txt index ea961082fb..dce0fb8771 100644 --- a/stable/odoo/templates/NOTES.txt +++ b/stable/odoo/templates/NOTES.txt @@ -42,7 +42,7 @@ echo Email : {{ .Values.odooEmail }} echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "odoo.fullname" . }} -o jsonpath="{.data.odoo-password}" | base64 --decode) -{{- if and (contains "bitnami/" .Values.image.repository) (not (.Values.image.tag | regexFind "-r\\d+$")) }} +{{- if and (contains "bitnami/" .Values.image.repository) (not (.Values.image.tag | toString | regexFind "-r\\d+$|sha256:")) }} WARNING: Rolling tag detected ({{ .Values.image.repository }}:{{ .Values.image.tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment. +info https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/