helm-charts/charts/library/common/Chart.yaml
Bernd Schorgers a548690b00
feat(common): Release v2.5.0 (#258)
Co-authored-by: Maurits <75321636+maurits-funda@users.noreply.github.com>
Co-authored-by: Noam Lerner <bugok@users.noreply.github.com>
2024-01-16 20:28:41 +00:00

34 lines
978 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.5.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: fixed
description: |-
PersistentVolumeClaims now properly created based on `persistence.x.enabled` value
- kind: added
description: |-
Support suspending CronJobs
- kind: added
description: |-
Add support for targetLabels in ServiceMonitor
- kind: added
description: |-
Re-add support for setting mountPropagation on volumemounts
- kind: added
description: |-
Support `envFrom` identifiers and name templates for Secrets and ConfigMaps
- kind: added
description: |-
Support the `job` controller type to generate one-off jobs.