Skip to content

Commit 641d3f6

Browse files
committed
chore(helm): bump frontend to v0.3.1 and climate-ref to v0.13.1
ref-app v0.3.1 (Climate-REF/ref-app#30) ships cv_cmip7_aft.yaml and read-only DB support, and bumps its bundled climate-ref to v0.13.1. Track the new appVersion and update default image tags.
1 parent a8bbb07 commit 641d3f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
version: 0.1.0
88

99
# Application version tracks the climate-ref core version
10-
appVersion: "0.13.0"
10+
appVersion: "0.13.1"
1111

1212
dependencies:
1313
- name: dragonfly

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ api:
99
image:
1010
repository: ghcr.io/climate-ref/climate-ref-frontend
1111
pullPolicy: IfNotPresent
12-
tag: v0.2.3
12+
tag: v0.3.0
1313

1414
env:
1515
ENVIRONMENT: production
@@ -169,7 +169,7 @@ defaults:
169169
image:
170170
repository: ghcr.io/climate-ref/climate-ref
171171
pullPolicy: IfNotPresent
172-
tag: v0.13.0
172+
tag: v0.13.1
173173

174174
annotations: {}
175175

0 commit comments

Comments
 (0)