Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and lianhao committed Oct 23, 2024
1 parent 5e8b5b4 commit 6af5ebf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm-charts/common/ui/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ data:
APP_DATA_PREP_SERVICE_URL: {{ .Values.DATAPREP_SERVICE_ENDPOINT | quote }}
APP_DATA_PREP_GET_FILE_URL: {{ .Values.DATAPREP_GET_FILE_ENDPOINT | quote }}
APP_DATA_PREP_DELETE_FILE_URL: {{ .Values.DATAPREP_DELETE_FILE_ENDPOINT | quote }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion helm-charts/common/ui/variant_chatqna_svelte-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ image:
repository: opea/chatqna-ui
tag: "latest"

containerPort: 5173
containerPort: 5173
2 changes: 1 addition & 1 deletion helm-charts/common/ui/variant_codegen_svelte-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ image:
repository: opea/codegen-ui
tag: "latest"

containerPort: 5173
containerPort: 5173
2 changes: 1 addition & 1 deletion helm-charts/common/ui/variant_codetrans_svelte-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ image:
repository: opea/codetrans-ui
tag: "latest"

containerPort: 5173
containerPort: 5173
2 changes: 1 addition & 1 deletion helm-charts/common/ui/variant_docsum_svelte-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ image:
repository: opea/docsum-ui
tag: "latest"

containerPort: 5173
containerPort: 5173

0 comments on commit 6af5ebf

Please sign in to comment.