From 21ea59fb7da1ff5d207f25cddba07e4abfda9c09 Mon Sep 17 00:00:00 2001 From: sayan-truefoundry <136362719+sayan-truefoundry@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:38:14 +0000 Subject: [PATCH] release(chart): 0.1.3 --- 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 c8362c62..700cde4c 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.1.2 -appVersion: "0.1.2" +version: 0.1.3 +appVersion: "0.1.3" kubeVersion: ">=1.25.0-0" home: https://truefoundry.com sources: diff --git a/charts/trueforge/values.yaml b/charts/trueforge/values.yaml index da0c7768..c0931fde 100644 --- a/charts/trueforge/values.yaml +++ b/charts/trueforge/values.yaml @@ -5,7 +5,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.1.2-9e90320" + tag: "0.1.3-141dd1f" pullPolicy: IfNotPresent imagePullSecrets: [] # Default tfy.jfrog.io repos are anonymously pullable. Set secrets only when