From 8763fe28854f1923625519e65eb7b959f6c08ec8 Mon Sep 17 00:00:00 2001 From: hhyo Date: Sun, 27 Mar 2022 16:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8F=90=E5=8D=87=E8=87=B3?= =?UTF-8?q?=20v1.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archery/__init__.py | 2 +- src/charts/values.yaml | 2 +- src/docker-compose/docker-compose.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archery/__init__.py b/archery/__init__.py index 57ecc099f9..60a81defaf 100644 --- a/archery/__init__.py +++ b/archery/__init__.py @@ -1,2 +1,2 @@ -version = (1, 8, 2) +version = (1, 8, 3) display_version = '.'.join(str(i) for i in version) diff --git a/src/charts/values.yaml b/src/charts/values.yaml index ed7593c6b0..511322eb9e 100644 --- a/src/charts/values.yaml +++ b/src/charts/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: hhyo/archery - tag: v1.8.2 + tag: v1.8.3 pullPolicy: IfNotPresent nameOverride: "" diff --git a/src/docker-compose/docker-compose.yml b/src/docker-compose/docker-compose.yml index accaff1567..82f92b4b8a 100644 --- a/src/docker-compose/docker-compose.yml +++ b/src/docker-compose/docker-compose.yml @@ -41,7 +41,7 @@ services: - "./inception/config.toml:/etc/config.toml" archery: - image: hhyo/archery:v1.8.2 + image: hhyo/archery:v1.8.3 container_name: archery restart: always ports: @@ -56,4 +56,4 @@ services: - "./archery/keys:/opt/archery/keys" entrypoint: "dockerize -wait tcp://mysql:3306 -wait tcp://redis:6379 -timeout 60s /opt/archery/src/docker/startup.sh" environment: - NGINX_PORT: 9123 \ No newline at end of file + NGINX_PORT: 9123