Files
lasuite-docs/src/helm/helmfile.yaml.gotmpl
T
Anthony LC 63dfc9b126 ⬆️(helm) upgrade dev-backend chart to version 0.0.10
Bump the dev-backend chart dependency from 0.0.4
to 0.0.10 to pull in the recent changes to the
chart used for dev instances.
2026-09-16 17:40:57 +02:00

32 lines
660 B
Go Template

environments:
dev:
values:
- version: 5.7.0
feature:
values:
- version: 5.7.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.10
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