mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
31 lines
867 B
YAML
31 lines
867 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 3.2.1
|
|
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: |-
|
|
Support templating in annotation and label values for all objects (fixed in v3.2.1)
|
|
- kind: added
|
|
description: |-
|
|
Support activeDeadlineSeconds field on CronJobs and Jobs
|
|
- kind: added
|
|
description: |-
|
|
Support excluding secrets and configMaps from pod checksum annotation
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed failing ServiceMonitor test
|
|
- kind: fixed
|
|
description: |-
|
|
Fixed networkPolicies not rendering correctly
|