mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-23 18:15:10 +02:00
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.
32 lines
660 B
Go Template
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
|