From 01f33864d1be5fd2cfecf6c68f918f6f0383b376 Mon Sep 17 00:00:00 2001 From: Lucas Mundim Date: Tue, 16 Jun 2026 13:39:02 -0300 Subject: [PATCH] chore(release): bump chart to 0.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First release on the reconnected pipeline (#76): bumping Chart.yaml version and appVersion from the stale 0.5.1 to 0.6.2 (latest published was 0.6.1). On tag v0.6.2, CI publishes image + chart 0.6.2 to GHCR and creates the GitHub Release; the publish-chart parity gate requires this bump before the tag. Note: appVersion feeds the app.kubernetes.io/version pod-template label, so merging this rolls the controller once per env on the next ArgoCD sync (image is SHA-pinned, so it's a no-op restart) — expected at release time. --- deployment/openfilter-pipelines-controller/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/openfilter-pipelines-controller/Chart.yaml b/deployment/openfilter-pipelines-controller/Chart.yaml index f2d83b8..243f90b 100644 --- a/deployment/openfilter-pipelines-controller/Chart.yaml +++ b/deployment/openfilter-pipelines-controller/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: openfilter-pipelines-controller description: A Kubernetes operator for managing Pipeline custom resources type: application -version: 0.5.1 -appVersion: "0.5.1" +version: 0.6.2 +appVersion: "0.6.2" home: https://github.com/PlainsightAI/openfilter-pipelines-controller sources: - https://github.com/PlainsightAI/openfilter-pipelines-controller