Added: - ✨(frontend) integrate configurable Waffle - ✨ Import of documents - 🚨(CI) gives warning if theme not updated - ✨(frontend) Add stat for Crisp - ✨(auth) add silent login - 🔧(project) add DJANGO_EMAIL_URL_APP environment variable Changed: - ♿(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus - ✨(backend) add field for button label in email template Fixed: - ✅(e2e) fix e2e test for other browsers - 🐛(export) fix export column NaN - 🐛(frontend) add fallback for unsupported Blocknote languages - 🐛(frontend) fix emojipicker closing in tree - 🐛(frontend) display children in favorite - 🐛(frontend) preserve typed text after @ on escape Removed: - 🔥(project) remove all code related to template Security: - 🔒️(trivy) fix vulnerability about jaraco.context
32 lines
659 B
Go Template
32 lines
659 B
Go Template
environments:
|
|
dev:
|
|
values:
|
|
- version: 4.5.0
|
|
feature:
|
|
values:
|
|
- version: 4.5.0
|
|
feature: ci
|
|
domain: example.com
|
|
imageTag: demo
|
|
---
|
|
repositories:
|
|
- name: dev-backends
|
|
url: https://suitenumerique.github.io/helm-dev-backend
|
|
---
|
|
|
|
releases:
|
|
- name: dev-backend
|
|
namespace: {{ .Namespace }}
|
|
chart: dev-backends/dev-backend
|
|
version: 0.0.4
|
|
values:
|
|
- env.d/{{ .Environment.Name }}/values.dev-backend.yaml.gotmpl
|
|
|
|
|
|
- name: impress
|
|
version: {{ .Values.version }}
|
|
namespace: {{ .Namespace }}
|
|
chart: ./impress
|
|
values:
|
|
- env.d/{{ .Environment.Name }}/values.impress.yaml.gotmpl
|