Skip to content

Commit

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

* chore: update RELEASE_TIME

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: hexf00 <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 2a31ba9 commit 03ce391
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/collaboration-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: release/univer-collaboration-demo
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.3.0 # VERSION
tag: 0.4.1 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
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.4.0 # VERSION
tag: 0.4.1 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0 # VERSION
tag: 0.4.1 # VERSION

imagePullSecrets: []
nameOverride: ""
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
EDITION=release

# version
UNIVERSER_VERSION=0.4.0
COLLABORATION_SERVER_VERSION=0.4.0
UNIVERSER_VERSION=0.4.1
COLLABORATION_SERVER_VERSION=0.4.1
UNIVER_WORKER_EXCHANGE_VERSION=0.4.0
UNIVER_DEMO_UI_VERSION=0.4.0
UNIVER_DEMO_UI_VERSION=0.4.1
UNIVERSER_SQL_VERSION=0.0.12
POSTGRES_VERSION=16.1
MYSQL_VERSION=8.3.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RELEASE_TIME="1729167923" # RELEASE_TIME
RELEASE_TIME="1729239096" # RELEASE_TIME

PLATFORM=$(uname)
SED="sed -i"
Expand Down

0 comments on commit 03ce391

Please sign in to comment.