helm-charts/charts/library/common/Chart.yaml
2025-02-11 16:50:55 +01:00

24 lines
709 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.7.1
kubeVersion: ">=1.22.0-0"
keywords:
- common
- library
home: https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
maintainers:
- name: bjw-s
email: me@bjw-s.dev
annotations:
org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts"
artifacthub.io/changes: |-
- kind: fixed
description: |-
Values schema is now dereferenced before packaging so it no longer relies on
internet connectivity to validate the schema.
- kind: fixed
description: |-
Add explicit namespace declaration to templates using Release.Namespace