updated to v0.1.8 (#329)

This commit is contained in:
Bill Maxwell 2016-11-02 21:46:59 -07:00 committed by GitHub
parent b53c9d1b92
commit 1f7edb1b4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
secrets-bridge:
image: rancher/secrets-bridge:v0.1.7
image: rancher/secrets-bridge:v0.1.8
command: agent --bridge-url ${BRIDGE_URL}
volumes:
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -1,5 +1,5 @@
secrets-bridge:
image: rancher/secrets-bridge:v0.1.7
image: rancher/secrets-bridge:v0.1.8
environment:
CATTLE_ACCESS_KEY: ${CATTLE_ACCESS_KEY}
CATTLE_SECRET_KEY: ${CATTLE_SECRET_KEY}