helm-charts/charts/library/common/Chart.yaml
2022-09-14 14:24:49 +02:00

29 lines
966 B
YAML

apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 0.2.1
kubeVersion: ">=1.16.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: Make sure service.monitor is optional.
- kind: removed
description: BREAKING - Removed support for the `openvpn` and `wireguard` VPN types.
- kind: added
description: Added support for adding serviceMonitors to services.
- kind: changed
description: ConfigMap checksum logic now only looks at ConfigMap data
- kind: changed
description: Explicitly convert defaultMode to decimal notation in code-server addon.
- kind: changed
description: Updated gluetun image to v3.31.1
- kind: changed
description: Updated code-server image to v4.7.0