mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Signed-off-by: Kyle J Aleshire <kjaleshire@gmail.com> Co-authored-by: Kyle J Aleshire <kjaleshire@gmail.com>
31 lines
895 B
YAML
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.
|