feat(common): Release common library 3.6.0 (#364)

Signed-off-by: solidDoWant <fred.heinecke@yahoo.com>
Co-authored-by: solidDoWant <fred.heinecke@yahoo.com>
This commit is contained in:
Bernd Schorgers 2024-12-26 11:29:00 +01:00 committed by GitHub
parent 6d23aa66ca
commit e68b41ed0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 240 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# common
![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
![Version: 3.6.0](https://img.shields.io/badge/Version-3.6.0-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
Function library for Helm charts
@ -27,7 +27,7 @@ Include this chart as a dependency in your `Chart.yaml` e.g.
# Chart.yaml
dependencies:
- name: common
version: 3.5.1
version: 3.6.0
repository: https://bjw-s.github.io/helm-charts/
```