diff --git a/stable/k8s-spot-termination-handler/Chart.yaml b/stable/k8s-spot-termination-handler/Chart.yaml index ddb824edee16..5f9fd0c8a647 100644 --- a/stable/k8s-spot-termination-handler/Chart.yaml +++ b/stable/k8s-spot-termination-handler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.13.7-1" description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests. name: k8s-spot-termination-handler -version: 1.4.4 +version: 1.4.5 keywords: - spot - termination diff --git a/stable/k8s-spot-termination-handler/README.md b/stable/k8s-spot-termination-handler/README.md index c163add9f531..5c5720b0d91f 100644 --- a/stable/k8s-spot-termination-handler/README.md +++ b/stable/k8s-spot-termination-handler/README.md @@ -40,7 +40,7 @@ Parameter | Description | Default `serviceAccount.name` | the name of the service account to use. If not set and `create` is `true`, a name is generated using the fullname template. | `` `detachAsg` | if `true`, the spot termination handler will detect (standard) AutoScaling Group, and initiate detach when termination notice is detected. | `false` `gracePeriod` | Grace period for node draining | `120` -`envFromSecret` | Name of a Kubenretes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` | +`envFromSecret` | Name of a Kubernetes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` | `resources` | pod resource requests & limits | `{}` `nodeSelector` | node labels for pod assignment | `{}` `tolerations` | node taints to tolerate (requires Kubernetes >=1.6) | `[]`