From d3f580673431bf5459e74e7f3c64fc1b12de5b54 Mon Sep 17 00:00:00 2001 From: chiragjn <10295418+chiragjn@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:27:07 +0000 Subject: [PATCH] release(chart): 0.2.1 --- charts/trueforge/Chart.yaml | 4 ++-- charts/trueforge/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/trueforge/Chart.yaml b/charts/trueforge/Chart.yaml index 173e71de9..b7cf005b6 100644 --- a/charts/trueforge/Chart.yaml +++ b/charts/trueforge/Chart.yaml @@ -4,8 +4,8 @@ description: TrueForge server (API + UI) served from a single container image. type: application # version / appVersion are maintained on main (bot chart-release PR or human). # Publishing is gated by git tag charts/trueforge@ (must match version). -version: "0.2.0" -appVersion: "0.2.0" +version: "0.2.1" +appVersion: "0.2.1" kubeVersion: ">=1.25.0-0" home: https://truefoundry.com sources: diff --git a/charts/trueforge/values.yaml b/charts/trueforge/values.yaml index 806142438..f06c26e74 100644 --- a/charts/trueforge/values.yaml +++ b/charts/trueforge/values.yaml @@ -40,7 +40,7 @@ image: repository: tfy.jfrog.io/tfy-images/trueforge # Tag defaults to chart appVersion when empty. Prod chart-release PRs set this # to {appVersion}-{shortSha} for the npm-install image already in the registry. - tag: "0.2.0-8b1d98e" + tag: "0.2.1-de68a16" pullPolicy: IfNotPresent imagePullSecrets: [] # Default tfy.jfrog.io repos are anonymously pullable. Set secrets only when