♻️(helmfile) rename helmfile

Rename helmfile to helmfile.yaml.gotmpl to be compatible with helmfile
0.162 and 1.1.9
This commit is contained in:
Jacques ROUSSEL
2025-11-20 15:09:01 +01:00
parent f8b8390758
commit 175d80db16
3 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,31 @@
environments:
dev:
values:
- version: 3.10.0
feature:
values:
- version: 3.10.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