feat(common): Release v2.2.0 (#223)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-11-10 21:31:03 +01:00 committed by GitHub
parent 8b21e9f6c7
commit 8bfc33eb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 244 additions and 47 deletions

View file

@ -186,6 +186,11 @@ controllers:
# @default -- 99
order: 1
# -- Specify if this container depends on any other containers
# This is used to determine the order in which the containers are rendered.
# The use of "dependsOn" completely disables the "order" field within the controller.
dependsOn: []
image:
# -- image repository
repository:
@ -327,7 +332,8 @@ controllers:
# -- Specify any initContainers here as dictionary items.
# Each initContainer should have its own key
# initContainers get sorted alphanumerically by the `<order>-<identifier>` combination.
# initContainers get sorted alphanumerically by the `<order>-<identifier>` combination
# if no order or dependsOn has been configured for them.
initContainers: {}
serviceAccount: