mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release common-3.1.0 (#303)
This commit is contained in:
parent
55b1b3a383
commit
11f1a43664
15 changed files with 185 additions and 19 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 3.0.4
|
||||
version: 3.1.0
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -16,4 +16,10 @@ annotations:
|
|||
artifacthub.io/changes: |-
|
||||
- kind: fixed
|
||||
description: |-
|
||||
Improved fix for preventing potential incorrect controller references
|
||||
Fixed `default` function overriding `0` values
|
||||
- kind: fixed
|
||||
description: |-
|
||||
Fixed missing `volumeName` field in persistence schema
|
||||
- kind: added
|
||||
description: |-
|
||||
Add jobLabel and namespaceSelector to serviceMonitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue