feat(v1.0.1): ajout extraEnvFrom pour référencer Secrets K8s existants (migration legacy pré-Vault)

This commit is contained in:
dahoud
2026-04-22 14:51:06 +00:00
parent ab865631fe
commit c09fec1125
3 changed files with 19 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ description: |
Fournit : Deployment hardened, Service, Ingress avec cert-manager + rate-limit,
ConfigMap, ExternalSecret (Vault → K8s), NetworkPolicy, PDB, ServiceMonitor, HPA.
type: application
version: 1.0.0
appVersion: "1.0.0"
version: 1.0.1
appVersion: "1.0.1"
kubeVersion: ">=1.28.0-0"
maintainers:
- name: Lions Infrastructure Team
@@ -21,4 +21,5 @@ keywords:
- microservice
annotations:
artifacthub.io/changes: |
- Chart initial (v1.0.0) : Deployment/Service/Ingress/ConfigMap/ExternalSecret/NetworkPolicy/PDB/SM/HPA
- v1.0.1 : ajout extraEnvFrom pour Secrets K8s existants (migration legacy)
- v1.0.0 : Chart initial — Deployment/Service/Ingress/ConfigMap/ExternalSecret/NetworkPolicy/PDB/SM/HPA