mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
25 lines
658 B
YAML
25 lines
658 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 2.0.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: fixed
|
|
description: |-
|
|
Mounting of volumeClaimTemplates was not implemented properly.
|
|
- kind: fixed
|
|
description: |-
|
|
Using advancedMounts for initContainers resulted in an error.
|
|
- kind: fixed
|
|
description: |-
|
|
Validations for container images have been improved.
|