Skip to content

Commit

Permalink
chore: update repository (#122)
Browse files Browse the repository at this point in the history
* chore: update repository

* chore: update to v0.2.9

* chore: update to v0.2.9

---------

Co-authored-by: GitHub Actions <hexf00@users.noreply.github.com>
Co-authored-by: hexf00 <hexf00@gmail.com>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent eb11c3c commit b2d21d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/collaboration-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: release/univer-collaboration
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.2.8 # VERSION
tag: 0.2.9 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/univer-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ collaboration-demo:
worker:
image:
repository: release/worker-exchange
tag: 0.2.8 # VERSION
tag: 0.2.9 # VERSION
temporalServer:
host: temporal-frontend:7233
namespace: univer
Expand Down
5 changes: 3 additions & 2 deletions charts/universer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: release/universer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.2.8 # VERSION
tag: 0.2.9 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -98,6 +98,7 @@ config:
sentinel:
enabled: false
masterName: ""
sentinelAddr: ""
apply:
host: collaboration-server
port: 5002
Expand Down Expand Up @@ -221,7 +222,7 @@ job:
registry: univer-acr-registry.cn-shenzhen.cr.aliyuncs.com
repository: release/universer-sql
pullPolicy: IfNotPresent
tag: "0.0.10"
tag: "0.0.11"

istio:
enabled: false
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
EDITION=release

# version
UNIVERSER_VERSION=0.2.8
COLLABORATION_SERVER_VERSION=0.2.8
UNIVER_WORKER_EXCHANGE_VERSION=0.2.8
UNIVERSER_SQL_VERSION=0.0.10
UNIVERSER_VERSION=0.2.9
COLLABORATION_SERVER_VERSION=0.2.9
UNIVER_WORKER_EXCHANGE_VERSION=0.2.9
UNIVERSER_SQL_VERSION=0.0.11
POSTGRES_VERSION=16.1
MYSQL_VERSION=8.3.0
RABBITMQ_VERSION=3-management
Expand Down

0 comments on commit b2d21d2

Please sign in to comment.