Skip to content

Commit

Permalink
chore: change llm addon addonChartLocationURL (apecloud#4481)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Jul 26, 2023
1 parent b4949ed commit 8dcea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/llm-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
type: Helm

helm:
{{- include "kubeblocks.addonChartLocationURL" ( dict "name" "llm" "version" "0.1.0" "values" .Values) | indent 4 }}
{{- include "kubeblocks.addonChartLocationURL" ( dict "name" "llm" "version" (default .Chart.Version .Values.versionOverride) "values" .Values) | indent 4 }}
{{- include "kubeblocks.addonChartsImage" . | indent 4 }}

installOptions:
Expand Down

0 comments on commit 8dcea09

Please sign in to comment.