From 0c9516b56ff72cc5530eb488d8e943f146b78ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 14 Sep 2023 15:43:14 +0200 Subject: [PATCH] feat(app-template): Bump to 2.0.0-beta.2 (#178) --- charts/other/app-template/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index 0b2d63b8..dfd670db 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: A common powered chart template. This can be useful for small projects that don't have their own chart. name: app-template -version: 2.0.0-beta.1 +version: 2.0.0-beta.2 kubeVersion: ">=1.22.0-0" maintainers: - name: bjw-s @@ -10,12 +10,12 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts - version: 2.0.0-beta.1 + version: 2.0.0-beta.2 annotations: artifacthub.io/changes: |- - kind: changed description: | - Updated library version to 2.0.0-beta.1. + Updated library version to 2.0.0-beta.2. links: - name: Common library chart definition url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml