helm-charts/charts/library/common/Chart.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs bce21cffef
feat(common): Release version 1.2.1 (#95)
* fix(common): Clean leftover `secret` behavior under `envFrom`

* fix(common) wrong indentation in _cronjob.tpl (#99)

* fixed wrong indentation, cronjob + configmaps throws an error otherwise

* feat: Update code-server image tag to 4.9.1

* Allow setting `ttlSecondsAfterFinished` for CronJobs

Co-authored-by: loeken <loeken@internetz.me>
2023-01-02 16:47:38 +01:00

27 lines
797 B
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 1.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: fixed
description: Fixed indentation in cronjob component to allow podAnnotations
- kind: fixed
description: Cleaned leftover `secret` behavior under `envFrom`.
links:
- name: GitHub Issue
url: https://github.com/bjw-s/helm-charts/issues/94
- kind: changed
description: Updated code-server image tag to 4.9.1
- kind: added
description: Allow setting `ttlSecondsAfterFinished` for CronJobs