@@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
4949| Parameter | Description | Default |
5050| :------------------------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------| :------------------------------------------------------------|
5151| ` image.repository ` | The image repository to pull from | coredns/coredns |
52- | ` image.tag ` | The image tag to pull from | ` 1.8.7 ` |
52+ | ` image.tag ` | The image tag to pull from | ` 1.9.1 ` |
5353| ` image.pullPolicy ` | Image pull policy | IfNotPresent |
5454| ` image.pullSecrets ` | Specify container image pull secrets | ` [] ` |
5555| ` replicaCount ` | Number of replicas | 1 |
@@ -115,8 +115,8 @@ The command removes all the Kubernetes components associated with the chart and
115115| ` autoscaler.includeUnschedulableNodes ` | Should the replicas scale based on the total number or only schedulable nodes | ` false ` |
116116| ` autoscaler.preventSinglePointFailure ` | If true does not allow single points of failure to form | ` true ` |
117117| ` autoscaler.customFlags ` | A list of custom flags to pass into cluster-proportional-autoscaler | (no args) |
118- | ` autoscaler.image.repository ` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler-amd64 |
119- | ` autoscaler.image.tag ` | The image tag to pull autoscaler from | ` 1.8.1 ` |
118+ | ` autoscaler.image.repository ` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler |
119+ | ` autoscaler.image.tag ` | The image tag to pull autoscaler from | ` 1.8.5 ` |
120120| ` autoscaler.image.pullPolicy ` | Image pull policy for the autoscaler | IfNotPresent |
121121| ` autoscaler.image.pullSecrets ` | Specify container image pull secrets | ` [] ` |
122122| ` autoscaler.priorityClassName ` | Optional priority class for the autoscaler pod. ` priorityClassName ` used if not set. | ` "" ` |
0 commit comments