Skip to content

Commit f60dbed

Browse files
FouoFcursoragent
andcommitted
fix(chart): default image tags match CI/Docker Hub (v1.2.0)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 167d5c6 commit f60dbed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/hami-webui/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ image:
1515
frontend:
1616
repository: projecthami/hami-webui-fe-oss
1717
pullPolicy: IfNotPresent
18-
# Overrides the image tag whose default is the chart appVersion.
19-
tag: "1.2.0"
18+
# Overrides the image tag whose default is the chart appVersion (CI uses the git tag name).
19+
tag: "v1.2.0"
2020
backend:
2121
repository: projecthami/hami-webui-be-oss
2222
pullPolicy: IfNotPresent
23-
tag: "1.2.0"
23+
tag: "v1.2.0"
2424

2525
imagePullSecrets: []
2626
nameOverride: ""

0 commit comments

Comments
 (0)