mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
31 lines
905 B
YAML
31 lines
905 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 3.4.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 configMapsFromFolderBasePath to create ConfigMaps from a folder
|
|
- kind: added
|
|
description: |-
|
|
Added support for setting `defaultContainerOptions`.
|
|
links:
|
|
- name: Documentation
|
|
url: https://bjw-s.github.io/helm-charts/docs/common-library/howto/default-container-options
|
|
- kind: added
|
|
description: |-
|
|
Added support for `loadBalancerClass`.
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed volume name reference when persistence key matches release name.
|