--- apiVersion: v2 name: common description: Function library for Helm charts type: library version: 3.3.2 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. (fixed in v3.3.2) - 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.