From 269dc7356d2f8b3f80c070f3fdf068e18600ca40 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:56:48 +0000 Subject: [PATCH] Bump chart version (#232) --- charts/github-comment-ops/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/github-comment-ops/Chart.yaml b/charts/github-comment-ops/Chart.yaml index 0947af2..ca58719 100644 --- a/charts/github-comment-ops/Chart.yaml +++ b/charts/github-comment-ops/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0 +version: 1.4.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.4.0" +appVersion: "v1.4.3"