helm-charts/charts/library/common/Chart.yaml
2024-03-08 10:33:53 +01:00

28 lines
826 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.0.0-beta3
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: |-
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: |-
enableServiceLinks is disabled by default
- kind: added
description: |-
Added support for restartPolicy field on container level
- kind: added
description: |-
Added json-schema to the chart