mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(common): Release 3.6.1 (#369)
This commit is contained in:
parent
ec94fd49f7
commit
5fdc9e940e
11 changed files with 116 additions and 47 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 3.6.0
|
||||
version: 3.6.1
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -14,9 +14,12 @@ maintainers:
|
|||
email: me@bjw-s.dev
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
- kind: fixed
|
||||
description: |-
|
||||
Add hostUsers field to pod spec for k8s clusters >= 1.29
|
||||
- kind: added
|
||||
Only add hostUsers when explicitly configured
|
||||
- kind: fixed
|
||||
description: |-
|
||||
Allow propagating global labels and annotations to Pod metadata
|
||||
`hosts` should be an optional field for Ingress resources
|
||||
- kind: fixed
|
||||
description: |-
|
||||
`defaultBackend` should be an object for Ingress resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue