mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
* 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>
27 lines
797 B
YAML
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
|