From b2d21d2f2f2e5d08b197d49afda9c174a0fbf54c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:58:28 +0800 Subject: [PATCH] chore: update repository (#122) * chore: update repository * chore: update to v0.2.9 * chore: update to v0.2.9 --------- Co-authored-by: GitHub Actions Co-authored-by: hexf00 --- charts/collaboration-server/values.yaml | 2 +- charts/univer-stack/values.yaml | 2 +- charts/universer/values.yaml | 5 +++-- docker-compose/.env | 8 ++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/charts/collaboration-server/values.yaml b/charts/collaboration-server/values.yaml index ca14f33..e74bcc6 100644 --- a/charts/collaboration-server/values.yaml +++ b/charts/collaboration-server/values.yaml @@ -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: "" diff --git a/charts/univer-stack/values.yaml b/charts/univer-stack/values.yaml index cb9dac8..7ccdbd9 100644 --- a/charts/univer-stack/values.yaml +++ b/charts/univer-stack/values.yaml @@ -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 diff --git a/charts/universer/values.yaml b/charts/universer/values.yaml index 308c9cc..897a494 100644 --- a/charts/universer/values.yaml +++ b/charts/universer/values.yaml @@ -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: "" @@ -98,6 +98,7 @@ config: sentinel: enabled: false masterName: "" + sentinelAddr: "" apply: host: collaboration-server port: 5002 @@ -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 diff --git a/docker-compose/.env b/docker-compose/.env index 79e2c48..e06244a 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -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