fix(common): Fix annotations/labels processing

This commit is contained in:
Bernd Schorgers 2024-05-23 14:16:40 +02:00
parent 9bf86a0d10
commit d9e8c23df2
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
17 changed files with 33 additions and 33 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.2.0
version: 3.2.1
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,7 +16,7 @@ annotations:
artifacthub.io/changes: |-
- kind: added
description: |-
Support templating in annotation and label values for all objects
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