mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-20 08:38:01 +02:00
Added: - ♿️(frontend) restore skip to content link after header redesign - 🌐(i18n) rename cn_CN to zh_CN, add eo_PL and zh_TW locales - ✨(backend) conditional email notification in server to server api - ✨(backend) profile api using django-silk Changed: - ♿️(frontend) use semantic `<dl>` structure in document info card - ⚡️(frontend) replace onboarding assets with webm and webp - 💄(frontend) use the same highlight color for cells and moves - ⚡️(backend) optimize media_auth endpoint - 🚸(frontend) print from document options menu Fixed: - 🐛(frontend) refresh pins after document deletion and restoration - 🐛(frontend) redirect homepage to login when homepage feat is disabled - 🐛(backend) ignore CSPs for API docs in development - 🐛(frontend) export images embedded with a relative url - 🐛(y-provider) fix sentry init - 🐛(backend) handle object storage metadata keys case-insensitively - 🐛(keycloak) fix database env variables in the self-hosting example - 🐛(helm) show the database error while jobs wait for it to be ready
32 lines
659 B
Go Template
32 lines
659 B
Go Template
environments:
|
|
dev:
|
|
values:
|
|
- version: 5.5.0
|
|
feature:
|
|
values:
|
|
- version: 5.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
|