Skip to content

Commit

Permalink
fix(deck): update component from 1.7.0 to 1.7.1 [view changes](sw…
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Nov 8, 2020
1 parent 33b9964 commit 0995e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- ./compose.env
environment: []
image: docker.pkg.github.com/swingletree-oss/deck:1.7.0 #deck_VERSION
image: docker.pkg.github.com/swingletree-oss/deck:1.7.1 #deck_VERSION
restart: always
volumes:
- ./swingletree.conf.yaml:/opt/deck/swingletree.conf.yaml
Expand Down
2 changes: 1 addition & 1 deletion helm/swingletree/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ certificates:
images:
deck:
repo: deck/deck
version: 1.7.0 #deck_VERSION
version: 1.7.1 #deck_VERSION
gate:
repo: gate/gate
version: 1.5.1 #gate_VERSION
Expand Down

0 comments on commit 0995e25

Please sign in to comment.