From 4d96ac680b1c6bcc0ed3f8a54f793b668402033a Mon Sep 17 00:00:00 2001 From: hhyo Date: Sat, 21 May 2022 14:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=89=88=E6=9C=AC=E4=B8=BAv1?= =?UTF-8?q?.8.5?= 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 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archery/__init__.py b/archery/__init__.py index 8f26c60652..6308328e17 100644 --- a/archery/__init__.py +++ b/archery/__init__.py @@ -1,2 +1,2 @@ -version = (1, 8, 4) +version = (1, 8, 5) display_version = '.'.join(str(i) for i in version) diff --git a/src/charts/values.yaml b/src/charts/values.yaml index 289761068f..86c5e076e2 100644 --- a/src/charts/values.yaml +++ b/src/charts/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: hhyo/archery - tag: v1.8.4 + tag: v1.8.5 pullPolicy: IfNotPresent nameOverride: "" diff --git a/src/docker-compose/docker-compose.yml b/src/docker-compose/docker-compose.yml index d2bfec922a..973a00b76e 100644 --- a/src/docker-compose/docker-compose.yml +++ b/src/docker-compose/docker-compose.yml @@ -32,7 +32,7 @@ services: - "./inception/config.toml:/etc/config.toml" archery: - image: hhyo/archery:v1.8.4 + image: hhyo/archery:v1.8.5 container_name: archery restart: always ports: