feat(app-template)!: Release v3.0.0-beta2

This commit is contained in:
Bernd Schorgers 2024-03-08 08:53:39 +01:00
parent 21e751bc16
commit 9d11c1b719
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
4 changed files with 8 additions and 8 deletions

View file

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