Convert registry to k8s.gcr.io (#3171)

This commit is contained in:
Matt Farina
2017-12-28 03:08:37 -08:00
committed by k8s-ci-robot
parent 98f2963593
commit b9ccf7baa7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: spartakus
version: 1.1.2
version: 1.1.3
description: Collect information about Kubernetes clusters to help improve the project.
sources:
- https://github.com/kubernetes-incubator/spartakus
+1 -1
View File
@@ -44,7 +44,7 @@ The following tables lists the configurable parameters of the Spartakus chart an
Parameter | Description | Default
--- | --- | ---
`extraArgs` | Additional container arguments | `{}`
`image.repository` | Image | `gcr.io/google_containers/spartakus-amd64`
`image.repository` | Image | `k8s.gcr.io/spartakus-amd64`
`image.tag` | Image tag | `v1.0.0`
`image.pullPolicy` | Image pull policy | `Always` if `image.tag` is `latest`, else `IfNotPresent`
`nodeSelector` | node labels for pod assignment | `{}`
+1 -1
View File
@@ -3,7 +3,7 @@ extraArgs: {}
## Container image
##
image:
repository: gcr.io/google_containers/spartakus-amd64
repository: k8s.gcr.io/spartakus-amd64
tag: v1.0.0
pullPolicy: IfNotPresent