Skip to content

Commit e24b461

Browse files
authored
chore: update repository (#209)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 294ac3d commit e24b461

File tree

11 files changed

+18
-18
lines changed

11 files changed

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

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/univer-stack/Chart.yaml

Lines changed: 5 additions & 5 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.9.0 # VERSION
18+
version: 0.9.1 # 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.9.0 # VERSION
28+
version: 0.9.1 # VERSION
2929
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
3030
- name: collaboration-server
31-
version: 0.9.0 # VERSION
31+
version: 0.9.1 # VERSION
3232
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
3333
- name: collaboration-demo
34-
version: 0.9.0 # VERSION
34+
version: 0.9.1 # 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.9.0 # VERSION
62+
version: 0.9.1 # VERSION
6363
repository: oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts
6464
- name: base
6565
version: 1.20.1

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.9.0 # VERSION
99+
tag: 0.9.1 # 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.9.0 # VERSION
18+
version: 0.9.1 # 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.9.0 # VERSION
15+
tag: 0.9.1 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/worker/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.9.0 # VERSION
18+
version: 0.9.1 # 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

docker-compose/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
EDITION=release
22

33
# version
4-
UNIVERSER_VERSION=0.9.0
5-
COLLABORATION_SERVER_VERSION=0.9.0
6-
UNIVER_WORKER_EXCHANGE_VERSION=0.9.0
7-
UNIVER_DEMO_UI_VERSION=0.9.0
4+
UNIVERSER_VERSION=0.9.1
5+
COLLABORATION_SERVER_VERSION=0.9.1
6+
UNIVER_WORKER_EXCHANGE_VERSION=0.9.1
7+
UNIVER_DEMO_UI_VERSION=0.9.1
88
UNIVERSER_SQL_VERSION=0.0.16
99
POSTGRES_VERSION=16.1
1010
MYSQL_VERSION=8.3.0

0 commit comments

Comments
 (0)