mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Signed-off-by: solidDoWant <fred.heinecke@yahoo.com> Co-authored-by: Patrick Collins <Patricol@users.noreply.github.com> Co-authored-by: Patrick Collins <patrick.collins@gainbridge.io> Co-authored-by: Lawrence Gil <larrywtf609@gmail.com> Co-authored-by: solidDoWant <fred.heinecke@yahoo.com>
37 lines
1,020 B
YAML
37 lines
1,020 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 3.7.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: |-
|
|
Raw resources with `forceRename` fields are no longer flagged as invalid
|
|
- kind: added
|
|
description: |-
|
|
Allow setting pullPolicy to Never
|
|
- kind: added
|
|
description: |-
|
|
Revamped configMap.fromFiles into configMap.fromFolder
|
|
- kind: added
|
|
description: |-
|
|
Add support for setting shareProcessNamespace on Pods
|
|
- kind: added
|
|
description: |-
|
|
Add support for templating ServiceMonitor endpoints
|
|
- kind: added
|
|
description: |-
|
|
Add support for templating Pod affinity
|
|
- kind: added
|
|
description: |-
|
|
Add support for configuring gRPC probes
|