Skip to content

Commit

Permalink
Merge pull request #144 from kawych/bump
Browse files Browse the repository at this point in the history
Bump Custom Metrics - Stackdriver Adapter to v0.6.0
  • Loading branch information
kawych authored Mar 30, 2018
2 parents 8534269 + 6b85505 commit 2636d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARCH?=amd64
OUT_DIR?=build
PACKAGE=github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
PREFIX?=gcr.io/google-containers
TAG = v0.5.0
TAG = v0.6.0
PKG := $(shell find pkg/* -type f)

.PHONY: build docker push test clean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
spec:
serviceAccountName: custom-metrics-stackdriver-adapter
containers:
- image: gcr.io/google-containers/custom-metrics-stackdriver-adapter:v0.5.0
- image: gcr.io/google-containers/custom-metrics-stackdriver-adapter:v0.6.0
imagePullPolicy: Always
name: pod-custom-metrics-stackdriver-adapter
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
spec:
serviceAccountName: custom-metrics-stackdriver-adapter
containers:
- image: gcr.io/google-containers/custom-metrics-stackdriver-adapter:v0.5.0
- image: gcr.io/google-containers/custom-metrics-stackdriver-adapter:v0.6.0
imagePullPolicy: Always
name: pod-custom-metrics-stackdriver-adapter
command:
Expand Down

0 comments on commit 2636d45

Please sign in to comment.