Skip to content

Commit 0a31fe6

Browse files
authored
chore: update repository (#233)
Co-authored-by: GitHub Actions <[email protected]>
1 parent c914a2e commit 0a31fe6

File tree

14 files changed

+50
-23
lines changed

14 files changed

+50
-23
lines changed

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.10.12 # VERSION
18+
version: 0.10.13 # 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.10.12 # VERSION
14+
tag: 0.10.13 # 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.10.12 # VERSION
18+
version: 0.10.13 # 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.10.12 # VERSION
15+
tag: 0.10.13 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/univer-ssc/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.10.12 # VERSION
18+
version: 0.10.13 # 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-ssc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: release/univer-collaboration
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: 0.10.12 # VERSION
12+
tag: 0.10.13 # VERSION
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

charts/univer-stack/Chart.yaml

Lines changed: 6 additions & 6 deletions
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.10.12 # VERSION
18+
version: 0.10.13 # 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
@@ -25,13 +25,13 @@ appVersion: "1.16.0"
2525

2626
dependencies:
2727
- name: universer
28-
version: 0.10.12 # VERSION
28+
version: 0.10.13 # VERSION
2929
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
3030
- name: collaboration-server
31-
version: 0.10.12 # VERSION
31+
version: 0.10.13 # VERSION
3232
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
3333
- name: collaboration-demo
34-
version: 0.10.12 # VERSION
34+
version: 0.10.13 # VERSION
3535
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
3636
condition: collaboration-demo.enabled
3737
- name: postgresql
@@ -59,7 +59,7 @@ dependencies:
5959
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
6060
condition: temporal.enabled
6161
- name: worker
62-
version: 0.10.12 # VERSION
62+
version: 0.10.13 # VERSION
6363
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
6464
- name: base
6565
version: 1.20.1
@@ -95,5 +95,5 @@ dependencies:
9595
- "istio"
9696
alias: istio-virtualservicemerge
9797
- name: univer-ssc
98-
version: 0.10.12 # VERSION
98+
version: 0.10.13 # VERSION
9999
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts

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.10.12 # VERSION
99+
tag: 0.10.13 # 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.10.12 # VERSION
18+
version: 0.10.13 # 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/config/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,18 @@ entitlementConf:
158158
defaultEntiConf:
159159
anonymousDefaultEntiId: {{ .Values.config.entitlementConf.defaultEntiConf.anonymousDefaultEntiId }}
160160
registeredDefaultEntiId: {{ .Values.config.entitlementConf.defaultEntiConf.registeredDefaultEntiId }}
161+
registerAwardConf:
162+
{{- with .Values.config.entitlementConf.registerAwardConf }}
163+
{{- toYaml . | nindent 4 }}
164+
{{- end }}
161165
cronConf:
162166
reportRetryCron: {{ .Values.config.entitlementConf.cronConf.reportRetryCron | quote }}
163167
minRetryInterval: {{ .Values.config.entitlementConf.cronConf.minRetryInterval }}
164168
retryRate: {{ .Values.config.entitlementConf.cronConf.retryRate }}
165169
pendingSubCleanCron: {{ .Values.config.entitlementConf.cronConf.pendingSubCleanCron | quote }}
166170
detectInterval: {{ .Values.config.entitlementConf.cronConf.detectInterval }}
167171
cleanRate: {{ .Values.config.entitlementConf.cronConf.cleanRate }}
172+
maxActionBlockInterval: {{ .Values.config.entitlementConf.cronConf.maxActionBlockInterval }}
168173
stripeConf:
169174
apiPK: {{ .Values.config.entitlementConf.stripeConf.apiPK | quote }}
170175
apiSK: {{ .Values.config.entitlementConf.stripeConf.apiSK | quote }}
@@ -224,3 +229,11 @@ notifyConf:
224229
ip2AddrCliConf:
225230
pathFmt: {{ .Values.config.ip2AddrCliConf.pathFmt | quote }}
226231
token: {{ .Values.config.ip2AddrCliConf.token | quote }}
232+
googleConf:
233+
{{- with .Values.config.googleConf }}
234+
{{- toYaml . | nindent 2 }}
235+
{{- end }}
236+
proxyConf:
237+
{{- with .Values.config.proxyConf }}
238+
{{- toYaml . | nindent 2 }}
239+
{{- end }}

0 commit comments

Comments
 (0)