Skip to content

Commit 197804d

Browse files
masonCheinTian
authored andcommitted
fix: fix tag cannot be overwritten by local for saas
1 parent ee46bd7 commit 197804d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/csghub/templates/helpers/_csghub.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Usage: {{ include "csghub.image.tag" (dict "tag" "v1.8.0" "context" .) }}
8787
{{- else }}
8888
{{- printf "%s-%s" $tag $edition -}}
8989
{{- end -}}
90+
{{- else }}
91+
{{- $tag -}}
9092
{{- end -}}
9193
{{- end -}}
9294

charts/csghub/values.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"tag": {
2626
"type": "string",
2727
"description": "Image tag format: {{ tag }}-{{ edition }} (e.g., v1.8.1-ee)",
28-
"pattern": "^v?\\d+\\.\\d+\\.\\d+(-(ce|ee|saas))?$",
2928
"default": "v1.9.0"
3029
},
3130
"pullPolicy": {

0 commit comments

Comments
 (0)