mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com> Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
34 lines
1 KiB
YAML
34 lines
1 KiB
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 2.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: added
|
|
description: |-
|
|
Add support for `appProtocol` in Kubernetes services.
|
|
- kind: added
|
|
description: |-
|
|
Add support for route filters for HTTPRoute and GRPCRoute.
|
|
- kind: added
|
|
description: |-
|
|
Add support `dataSource` and `dataSourceRef` fields in StatefulSet volumeClaimTemplates.
|
|
- kind: added
|
|
description: |-
|
|
Add support `dataSource` and `dataSourceRef` fields in persistentVolumeClaim persistence items.
|
|
- kind: fixed
|
|
description: |-
|
|
GRPCRoute support for matches was not supported.
|
|
- kind: fixed
|
|
description: |-
|
|
`valuefrom`-style environment variables can now use Helm templating again.
|