diff --git a/stable/spartakus/Chart.yaml b/stable/spartakus/Chart.yaml index 5299ac57d9..a94c945364 100755 --- a/stable/spartakus/Chart.yaml +++ b/stable/spartakus/Chart.yaml @@ -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 diff --git a/stable/spartakus/README.md b/stable/spartakus/README.md index 0f85fa8e0a..0a847d8c8e 100644 --- a/stable/spartakus/README.md +++ b/stable/spartakus/README.md @@ -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 | `{}` diff --git a/stable/spartakus/values.yaml b/stable/spartakus/values.yaml index 6b53afb22c..963e2e3c77 100644 --- a/stable/spartakus/values.yaml +++ b/stable/spartakus/values.yaml @@ -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