helm-charts/charts/library/common/Chart.yaml
Bernd Schorgers 433f6d132b
feat(common): Release common library 3.7.1 (#383)
Co-authored-by: Aisling McGinn <me@aisling.dev>
2025-02-11 13:23:27 +01:00

23 lines
635 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:
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