feat(common): Release v2.1.1

This commit is contained in:
Bernd Schorgers 2023-11-10 16:15:29 +01:00
parent 7f786e9830
commit 8b21e9f6c7
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
4 changed files with 16 additions and 18 deletions

View file

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