feat(common): Release v2.0.3 (#203)

Co-authored-by: JJGadgets <git@jjgadgets.tech>
Co-authored-by: bjw-s-bot[bot] <87358111+bjw-s-bot[bot]@users.noreply.github.com>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-10-07 17:17:56 +02:00 committed by Bernd Schorgers
parent f729651dbe
commit ed015ee74b
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
12 changed files with 245 additions and 46 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.0.2
version: 2.0.3
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,7 +16,4 @@ annotations:
artifacthub.io/changes: |-
- kind: fixed
description: |-
ServiceAccount could not be referenced without creating
- kind: fixed
description: |-
Controllers without a type did not default to Deployment
Volumes did not render correctly across multiple controllers