File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.6.5 # VERSION
18+ version : 0.6.6 # VERSION
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1111 repository : release/univer-collaboration-lite
1212 pullPolicy : IfNotPresent
1313 # Overrides the image tag whose default is the chart appVersion.
14- tag : 0.6.5 # VERSION
14+ tag : 0.6.6 # VERSION
1515
1616imagePullSecrets : []
1717nameOverride : " "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.6.5 # VERSION
18+ version : 0.6.6 # VERSION
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1212 repository : release/univer-collaboration
1313 pullPolicy : IfNotPresent
1414 # Overrides the image tag whose default is the chart appVersion.
15- tag : 0.6.5 # VERSION
15+ tag : 0.6.6 # VERSION
1616
1717imagePullSecrets : []
1818nameOverride : " "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.6.5 # VERSION
18+ version : 0.6.6 # VERSION
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ worker:
9696 fullnameOverride : worker-exchange
9797 image :
9898 repository : release/worker-exchange
99- tag : 0.6.5 # VERSION
99+ tag : 0.6.6 # VERSION
100100 temporalServer :
101101 host : temporal-frontend:7233
102102 namespace : univer
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.6.5 # VERSION
18+ version : 0.6.6 # VERSION
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1212 repository : release/universer
1313 pullPolicy : IfNotPresent
1414 # Overrides the image tag whose default is the chart appVersion.
15- tag : 0.6.5 # VERSION
15+ tag : 0.6.6 # VERSION
1616
1717imagePullSecrets : []
1818nameOverride : " "
Original file line number Diff line number Diff line change 5757 value : {{ .Values.config.LlmName | quote }}
5858 - name : EXCHANGE_LLM_KEY
5959 value : {{ .Values.config.LlmKey | quote }}
60+ - name : EXCHANGE_LLM_URL
61+ value : {{ .Values.config.LlmUrl | quote }}
6062 {{- with .Values.nodeSelector }}
6163 nodeSelector :
6264 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -59,4 +59,5 @@ temporalWorker:
5959
6060config :
6161 LlmName : " "
62- LlmKey : " "
62+ LlmKey : " "
63+ LlmUrl : " "
You can’t perform that action at this time.
0 commit comments