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: