diff --git a/get-install.sh b/get-install.sh index df53665ef..b8c2d59ca 100755 --- a/get-install.sh +++ b/get-install.sh @@ -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) diff --git a/hack/dm-push.sh b/hack/dm-push.sh index 8484f7fe0..dff48455f 100755 --- a/hack/dm-push.sh +++ b/hack/dm-push.sh @@ -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) diff --git a/install.yaml b/install.yaml index 69a21a54e..ac96c5777 100644 --- a/install.yaml +++ b/install.yaml @@ -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: