mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3171)
This commit is contained in:
committed by
k8s-ci-robot
parent
98f2963593
commit
b9ccf7baa7
@@ -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
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user