helm-charts/charts/library/common/Chart.yaml
2024-07-29 12:50:49 +00:00

31 lines
859 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.3.0
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: added
description: |-
Added support for specifying unsupported raw resources.
- kind: added
description: |-
Added `stdin` and `tty` fields to container spec.
- kind: added
description: |-
Added `persistentVolumeClaimRetentionPolicy` field to statefulset spec.
- kind: fixed
description: |-
Added `externalName` field to service schema.
- kind: fixed
description: |-
Always allow specifying `nodePort` field on service ports.