Skip to content

Commit

Permalink
提升版本为v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed May 4, 2022
1 parent 586e3cb commit 21a2ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 3)
version = (1, 8, 4)
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.3
tag: v1.8.4
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "./inception/config.toml:/etc/config.toml"

archery:
image: hhyo/archery:v1.8.3
image: hhyo/archery:v1.8.4
container_name: archery
restart: always
ports:
Expand Down

0 comments on commit 21a2ba2

Please sign in to comment.