diff --git a/charts/trueforge/Chart.yaml b/charts/trueforge/Chart.yaml index 430a47d0b..08b90abc0 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-rc.13" -appVersion: "0.2.0-rc.14" +version: "0.2.0" +appVersion: "0.2.0" kubeVersion: ">=1.25.0-0" home: https://truefoundry.com sources: diff --git a/charts/trueforge/values.yaml b/charts/trueforge/values.yaml index a54685527..1e8b1bd16 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-rc.14-e1ebeda" + tag: "0.2.0-8b1d98e" pullPolicy: IfNotPresent imagePullSecrets: [] # Default tfy.jfrog.io repos are anonymously pullable. Set secrets only when