Skip to content

Commit

Permalink
*: distribute kube-state-metrics via quay
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed May 3, 2017
1 parent 7757a2a commit 48fcb3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FLAGS =
COMMONENVVAR = GOOS=linux GOARCH=amd64
BUILDENVVAR = CGO_ENABLED=0
TESTENVVAR =
REGISTRY = gcr.io/google_containers
REGISTRY = quay.io/coreos
TAG = $(shell git describe --abbrev=0)

deps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the raw metrics.

## Container Image

The latest container image can be found at `gcr.io/google_containers/kube-state-metrics:v0.4.1`.
The latest container image can be found at `quay.io/coreos/kube-state-metrics:v0.5.0`.

## Metrics

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: gcr.io/google_containers/kube-state-metrics:v0.4.1
image: quay.io/coreos/kube-state-metrics:v0.5.0
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit 48fcb3f

Please sign in to comment.