From 6558594ce3d1a9fc2da1a8adfbb8ed7c3ca9a5d9 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: Fri, 15 Sep 2023 09:39:14 +0200 Subject: [PATCH] feat(app-template): Bump to 2.0.0-beta.3 (#180) --- 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 dfd670db..0582094e 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.2 +version: 2.0.0-beta.3 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.2 + version: 2.0.0-beta.3 annotations: artifacthub.io/changes: |- - kind: changed description: | - Updated library version to 2.0.0-beta.2. + Updated library version to 2.0.0-beta.3. links: - name: Common library chart definition url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml