- Added debug mode, structured ConfigMap pattern, and README to all charts - Migrated all flat-structure charts to hierarchical values under chartname key - Fixed templates to use correct hierarchical paths - Renamed helm-rustical key to rustical, added HPA support - Fixed ingress YAML parsing (oxicloud), nested env vars (rustical) - Pushed all normalized charts to OCI registry as 1.0.0+ and updated ArgoCD apps
10 lines
384 B
YAML
10 lines
384 B
YAML
apiVersion: v2
|
|
name: chart
|
|
description: A Helm chart template with standardized structure
|
|
type: application
|
|
version: 1.0.2
|
|
appVersion: latest
|
|
annotations:
|
|
artifacthub.io/images: "- name: chart\n image: nginx:latest\n"
|
|
artifacthub.io/changes: "- kind: added\n description: Initial chart template\n"
|
|
artifacthub.io/maintainers: "- name: catalin\n email: catalin@example.com\n"
|