feat(common): Release common-3.0.4 (#294)

This commit is contained in:
Bernd Schorgers 2024-03-15 09:33:07 +01:00 committed by GitHub
parent 9541ab44fe
commit 23164367ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 427 additions and 216 deletions

View file

@ -1,6 +1,6 @@
# common
![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
![Version: 3.0.4](https://img.shields.io/badge/Version-3.0.4-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.0.3
version: 3.0.4
repository: https://bjw-s.github.io/helm-charts/
```