File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.0.0 2019-07-29
2+ Stable release
3+
14## v1.0.0-rc.1 2019-07-12
25Release Candidate 1
36## v1.0.0-snapshot-1 2019-07-09
Original file line number Diff line number Diff line change 11DOCKER_REGISTRY ?= "registry.hub.docker.com"
22BINARY_NAME =secrets-manager
3- SECRETS_MANAGER_VERSION =v1.0.0-rc.1
3+ SECRETS_MANAGER_VERSION =v1.0.0
44GO111MODULE =on
55# Image URL to use all building/pushing image targets
66IMG = ${DOCKER_REGISTRY}/${BINARY_NAME}:${SECRETS_MANAGER_VERSION}
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # Change the value of image field below to your controller image URL
11- - image : registry.hub.docker.com/secrets-manager:v1.0.0-rc.1
11+ - image : registry.hub.docker.com/secrets-manager:v1.0.0
1212 name : manager
You can’t perform that action at this time.
0 commit comments