fix(common): adding feature flag for default serviceaccount name (#360)

This commit is contained in:
Lawrence Gil 2024-10-08 16:31:24 +02:00 committed by GitHub
parent 3e2f1204e0
commit f111be38e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 17 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.5.0
version: 3.5.1
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,13 +16,4 @@ annotations:
artifacthub.io/changes: |-
- kind: added
description: |-
Add support for binary files in configMapsFromFolderBasePath
- kind: added
description: |-
Add support for internalTrafficPolicy field in Services
- kind: added
description: |-
Add support for multiple ServiceAccounts
- kind: added
description: |-
Add support for multiple RBAC resources
Add feature flag to override enforcing the creation of a default ServiceAccount