mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-05 09:17:40 +02:00
42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 4.1.0
|
|
kubeVersion: ">=1.28.0-0"
|
|
keywords:
|
|
- common
|
|
- library
|
|
home: https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common
|
|
maintainers:
|
|
- name: bjw-s
|
|
email: me@bjw-s.dev
|
|
sources:
|
|
- https://github.com/bjw-s-labs/helm-charts
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed a bug where probes were not being configured correctly for Services that autodetect their controller.
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed a bug where topologySpreadConstraints field did not properly render Helm templates.
|
|
- kind: added
|
|
description: |-
|
|
Added support for configuring the `serviceName` field for StatefulSets.
|
|
- kind: added
|
|
description: |-
|
|
Added support for automatically selecting the ServiceAccount when only one is defined.
|
|
- kind: added
|
|
description: |-
|
|
- Added support for referencing target service for ServiceMonitors by identifier.
|
|
- kind: added
|
|
description: |-
|
|
Added support for automatically determining the target service for ServiceMonitors if there is only one enabled Service.
|
|
- kind: added
|
|
description: |-
|
|
Added support for always adding the identifier suffix even if there is only a single resource.
|
|
links:
|
|
- name: Updated documentation
|
|
url: https://bjw-s-labs.github.io/helm-charts/docs/common-library/resources/names/
|