helm-charts/charts/library/common/Chart.yaml
Bernd Schorgers cae7985fe5
fix(common): Remove trim from container stdin & tty fields (#340) (#341)
Signed-off-by: Kyle J Aleshire <kjaleshire@gmail.com>
Co-authored-by: Kyle J Aleshire <kjaleshire@gmail.com>
2024-08-01 08:40:53 +00:00

31 lines
895 B
YAML

---
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.