mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
25 lines
635 B
YAML
25 lines
635 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 3.1.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: |-
|
|
Fixed `default` function overriding `0` values
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed missing `volumeName` field in persistence schema
|
|
- kind: added
|
|
description: |-
|
|
Add jobLabel and namespaceSelector to serviceMonitor
|