feat(platform): pinnedTags map — chart resolves major to exact nightly

This commit is contained in:
OdooSky v3
2026-05-06 13:11:47 +02:00
parent 3eaa6381db
commit 93473919ae
3 changed files with 67 additions and 7 deletions

View File

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