updated versions (#290)

This commit is contained in:
Bill Maxwell 2016-09-21 21:12:46 -07:00 committed by GitHub
parent 03a106ff9a
commit 3b2a59ca98
2 changed files with 2 additions and 2 deletions

View File

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

View File

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