Skip to content

Commit

Permalink
update docker image to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Dec 8, 2019
1 parent 50e5960 commit cc51e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2
tag: 1.7.3
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.2
image: hhyo/archery:1.7.3
container_name: archery
restart: always
ports:
Expand Down

0 comments on commit cc51e67

Please sign in to comment.