helm-charts/charts/library/common/Chart.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 24f8eb5a38
feat(common): Release version 1.3.0 (#112)
* fix(ports): Only render ports when there are ports

* fix(probes): Only render probes when there are probes

* feat(sidecars): Rename additionalContainers to sidecars

* chore(serviceMonitor): Add labels unittest
2023-01-31 21:23:19 +01:00

23 lines
674 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 1.3.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: Don't render ports/probes when not required
links:
- name: GitHub Issue
url: https://github.com/bjw-s/helm-charts/issues/111
- kind: changed
description: Renamed `additionalContainers` to `sidecars`. The former will however still continue to work for the time being.