helm-charts/charts/library/common/Chart.yaml
2024-07-30 10:44:08 +02:00

31 lines
877 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.3.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: 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. (fixed in v3.3.1)
- kind: fixed
description: |-
Always allow specifying `nodePort` field on service ports.