mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(common): Release v3.0.3 (#291)
Co-authored-by: Gabe Cook <gabe565@gmail.com>
This commit is contained in:
parent
a50630fa60
commit
425f4428ab
12 changed files with 164 additions and 33 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 3.0.2
|
||||
version: 3.0.3
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -16,25 +16,7 @@ annotations:
|
|||
artifacthub.io/changes: |-
|
||||
- kind: fixed
|
||||
description: |-
|
||||
Fixed nameOverride logic to prevent duplicated name
|
||||
- kind: changed
|
||||
Fixed probes intermittently choosing the wrong service
|
||||
- kind: fixed
|
||||
description: |-
|
||||
BREAKING: Default objects (they used to be called main) have been commented out and will therefore no longer provide any (both expected and unexpected) default values.
|
||||
- kind: changed
|
||||
description: |-
|
||||
BREAKING: `enableServiceLinks` is now disabled by default
|
||||
- kind: changed
|
||||
description: |-
|
||||
BREAKING: Referencing services under Ingress paths has been separated in explicit `name` and `identifier` keys.
|
||||
- kind: added
|
||||
description: |-
|
||||
Added support for restartPolicy field on container level. This enables Kubernetes 1.29 sidecar containers
|
||||
links:
|
||||
- name: Reference documentation
|
||||
url: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/
|
||||
- kind: added
|
||||
description: |-
|
||||
Added json-schema validation to the chart
|
||||
- kind: added
|
||||
description: |-
|
||||
Allow referencing secrets and configMaps by identifier in persistence section
|
||||
Prevent potential incorrect controller references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue