Update release label in build scripts

pull/350/head
jackgr 10 years ago
parent ef538906ea
commit df5b618560

@ -15,7 +15,7 @@
set -euo pipefail
DEFAULT_TAG=v1.2
DEFAULT_TAG=v1.2.1
DEFAULT_BINARY=${GOPATH}/bin/dm
DEFAULT_PLATFORM=$(uname | tr '[:upper:]' '[:lower:]')
DEFAULT_ARCH=$(uname -m)

@ -21,7 +21,7 @@
set -euo pipefail
DEFAULT_TAG=v1.2
DEFAULT_TAG=v1.2.1
DEFAULT_BINARY=${GOPATH}/bin/dm
DEFAULT_PLATFORM=$(uname | tr '[:upper:]' '[:lower:]')
DEFAULT_ARCH=$(uname -m)

@ -58,7 +58,7 @@ spec:
spec:
containers:
- env: []
image: gcr.io/dm-k8s-prod/expandybird:v1.2
image: gcr.io/dm-k8s-prod/expandybird:v1.2.1
name: expandybird
ports:
- containerPort: 8080
@ -102,7 +102,7 @@ spec:
spec:
containers:
- env: []
image: gcr.io/dm-k8s-prod/resourcifier:v1.2
image: gcr.io/dm-k8s-prod/resourcifier:v1.2.1
imagePullPolicy: Always
livenessProbe:
httpGet:
@ -153,7 +153,7 @@ spec:
spec:
containers:
- env: []
image: gcr.io/dm-k8s-prod/manager:v1.2
image: gcr.io/dm-k8s-prod/manager:v1.2.1
imagePullPolicy: Always
livenessProbe:
httpGet:

Loading…
Cancel
Save