mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release 3.5.0 (#357)
Co-authored-by: Lawrence Gil <lawrence.gil@assemblyglobal.com>
This commit is contained in:
parent
5a722abfa9
commit
90e6b9e7cf
42 changed files with 1092 additions and 164 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 3.4.0
|
||||
version: 3.5.0
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -16,16 +16,13 @@ annotations:
|
|||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: |-
|
||||
Add configMapsFromFolderBasePath to create ConfigMaps from a folder
|
||||
Add support for binary files in configMapsFromFolderBasePath
|
||||
- kind: added
|
||||
description: |-
|
||||
Added support for setting `defaultContainerOptions`.
|
||||
links:
|
||||
- name: Documentation
|
||||
url: https://bjw-s.github.io/helm-charts/docs/common-library/howto/default-container-options
|
||||
Add support for internalTrafficPolicy field in Services
|
||||
- kind: added
|
||||
description: |-
|
||||
Added support for `loadBalancerClass`.
|
||||
- kind: fixed
|
||||
Add support for multiple ServiceAccounts
|
||||
- kind: added
|
||||
description: |-
|
||||
Fixed volume name reference when persistence key matches release name.
|
||||
Add support for multiple RBAC resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue