Skip to content

Commit

Permalink
版本提升至 v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Mar 27, 2022
1 parent 18d1dd3 commit 8763fe2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (1, 8, 2)
version = (1, 8, 3)
display_version = '.'.join(str(i) for i in version)
2 changes: 1 addition & 1 deletion src/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: hhyo/archery
tag: v1.8.2
tag: v1.8.3
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions src/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
NGINX_PORT: 9123

0 comments on commit 8763fe2

Please sign in to comment.