helm-charts/charts/library/common/Chart.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 66389dec8b
feat(common): Release 2.0.1 (#193)
2023-10-03 09:24:41 +02:00

25 lines
658 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.0.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: |-
Mounting of volumeClaimTemplates was not implemented properly.
- kind: fixed
description: |-
Using advancedMounts for initContainers resulted in an error.
- kind: fixed
description: |-
Validations for container images have been improved.