Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/trueforge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version> (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:
Expand Down
2 changes: 1 addition & 1 deletion charts/trueforge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading