From b4ebf9aa14c4910e69ae41ed7a61b79ed446a45f Mon Sep 17 00:00:00 2001 From: chiragjn <10295418+chiragjn@users.noreply.github.com> Date: Tue, 22 Sep 2026 15:45:31 +0000 Subject: [PATCH] release(chart): 0.2.3-rc.0 --- 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 d1abde1bf..950d9cb36 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.2" -appVersion: "0.2.1" +version: "0.2.3-rc.0" +appVersion: "0.3.0-rc.0" kubeVersion: ">=1.25.0-0" home: https://truefoundry.com sources: diff --git a/charts/trueforge/values.yaml b/charts/trueforge/values.yaml index 54aa65a58..5bed10d0c 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.1-de68a16" + tag: "0.3.0-rc.0-346221b" pullPolicy: IfNotPresent imagePullSecrets: [] # Default tfy.jfrog.io repos are anonymously pullable. Set secrets only when