Skip to content

Commit 8f5f101

Browse files
jikkaihexf00
andauthored
feat: update to 0.6.6
Co-authored-by: GitHub Actions <hexf00@users.noreply.github.com>
1 parent 10f29d1 commit 8f5f101

12 files changed

Lines changed: 17 additions & 14 deletions

File tree

charts/collaboration-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/collaboration-demo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
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

1616
imagePullSecrets: []
1717
nameOverride: ""

charts/collaboration-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/collaboration-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
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

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/univer-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/univer-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/universer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/universer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
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

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/worker/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ spec:
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 }}

charts/worker/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ temporalWorker:
5959

6060
config:
6161
LlmName: ""
62-
LlmKey: ""
62+
LlmKey: ""
63+
LlmUrl: ""

0 commit comments

Comments
 (0)