helm-charts/charts/library/common/Chart.yaml
2024-03-11 10:28:52 +01:00

37 lines
1.3 KiB
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.0.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: changed
description: |-
BREAKING: Default objects (they used to be called main) have been commented out and will therefore no longer provide any (both expected and unexpected) default values.
- kind: changed
description: |-
BREAKING: `enableServiceLinks` is now disabled by default
- kind: changed
description: |-
BREAKING: Referencing services under Ingress paths has been separated in explicit `name` and `identifier` keys.
- kind: added
description: |-
Added support for restartPolicy field on container level. This enables Kubernetes 1.29 sidecar containers
links:
- name: Reference documentation
url: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/
- kind: added
description: |-
Added json-schema validation to the chart
- kind: added
description: |-
Allow referencing secrets and configMaps by identifier in persistence section