From 46adf78b812b451da5f884900f50ac50c46aa9a1 Mon Sep 17 00:00:00 2001 From: Kiran Muddukrishna Date: Wed, 6 May 2026 15:04:30 -0700 Subject: [PATCH] chore(release): bump chart to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns chart version + appVersion with the upcoming v0.5.2 tag, which ships PR #70 (Stage 3 NotifyEmitter wired detector → emitter). The docker.yml release job gates the helm-chart push on tag == Chart.yaml version, so both must match before tagging. --- charts/version-guard/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/version-guard/Chart.yaml b/charts/version-guard/Chart.yaml index dcfe9bc..6614124 100644 --- a/charts/version-guard/Chart.yaml +++ b/charts/version-guard/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: version-guard description: Cloud infrastructure version drift and EOL detection type: application -version: 0.5.1 -appVersion: "0.5.1" +version: 0.5.2 +appVersion: "0.5.2" maintainers: - name: bakayolo url: https://github.com/bakayolo