feat(platform): pinnedTags map — chart resolves major to exact nightly
This commit is contained in:
@@ -67,7 +67,7 @@ spec:
|
||||
# and create Odoo's tables. After base is installed,
|
||||
# `-i base` is a no-op so subsequent boots add ~5s.
|
||||
- name: db-init
|
||||
image: "{{ if .Values.imageMirror.registry }}{{ .Values.imageMirror.registry }}/{{ end }}{{ .Values.odoo.image }}:{{ .Values.odoo.tag }}"
|
||||
image: {{ include "instance.odooImage" . | quote }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
# Override the official Odoo entrypoint so we can run psql
|
||||
# before odoo. The image ships with postgresql-client, so
|
||||
@@ -202,7 +202,7 @@ spec:
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: odoo
|
||||
image: "{{ if .Values.imageMirror.registry }}{{ .Values.imageMirror.registry }}/{{ end }}{{ .Values.odoo.image }}:{{ .Values.odoo.tag }}"
|
||||
image: {{ include "instance.odooImage" . | quote }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
# Pin the active database to our tenant code. Without this
|
||||
# Odoo runs in multi-DB mode and exposes /web/database/manager;
|
||||
|
||||
Reference in New Issue
Block a user