Skip to content

Commit

Permalink
更新版本为 v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Nov 1, 2020
1 parent eaa5209 commit 0723942
Show file tree
Hide file tree
Showing 4 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, 7, 13)
version = (1, 8, 0)
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: 1.7.13
tag: 1.8.0
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 @@ -41,7 +41,7 @@ services:
- "./inception/config.toml:/etc/config.toml"

archery:
image: hhyo/archery:1.7.13
image: hhyo/archery:1.8.0
container_name: archery
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hhyo/archery-base:1.2
FROM hhyo/archery-base:1.3

WORKDIR /opt/archery

Expand Down

0 comments on commit 0723942

Please sign in to comment.