diff --git a/charts/coredns/README.md b/charts/coredns/README.md index 60e2189..2413d13 100644 --- a/charts/coredns/README.md +++ b/charts/coredns/README.md @@ -115,7 +115,7 @@ The command removes all the Kubernetes components associated with the chart and | `autoscaler.includeUnschedulableNodes` | Should the replicas scale based on the total number or only schedulable nodes | `false` | | `autoscaler.preventSinglePointFailure` | If true does not allow single points of failure to form | `true` | | `autoscaler.customFlags` | A list of custom flags to pass into cluster-proportional-autoscaler | (no args) | -| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler | +| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cpa/cluster-proportional-autoscaler | | `autoscaler.image.tag` | The image tag to pull autoscaler from | `1.8.5` | | `autoscaler.image.pullPolicy` | Image pull policy for the autoscaler | IfNotPresent | | `autoscaler.image.pullSecrets` | Specify container image pull secrets | `[]` |