@@ -4,7 +4,7 @@ WARNING: This chart is currently under development and is not ready for producti
44
55Automatically adjust resources for your workloads
66
7- ![ Version: 0.8.0 ] ( https://img.shields.io/badge/Version-0.8.0 -informational?style=flat-square )
7+ ![ Version: 0.8.1 ] ( https://img.shields.io/badge/Version-0.8.1 -informational?style=flat-square )
88![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
99![ AppVersion: 1.6.0] ( https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square )
1010
@@ -82,6 +82,7 @@ helm upgrade <release-name> <chart> \
8282| admissionController.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].values[0] | string | `"admission-controller"` | |
8383| admissionController.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.topologyKey | string | `"kubernetes.io/hostname"` | |
8484| admissionController.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].weight | int | `100` | |
85+ | admissionController.annotations | object | `{}` | |
8586| admissionController.certGen.affinity | object | `{}` | |
8687| admissionController.certGen.enabled | bool | `true` | |
8788| admissionController.certGen.env | object | `{}` | Additional environment variables to be added to the certgen container. Format is KEY : Value format |
@@ -154,6 +155,7 @@ helm upgrade <release-name> <chart> \
154155| recommender.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].values[0] | string | `"recommender"` | |
155156| recommender.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.topologyKey | string | `"kubernetes.io/hostname"` | |
156157| recommender.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].weight | int | `100` | |
158+ | recommender.annotations | object | `{}` | |
157159| recommender.enabled | bool | `true` | |
158160| recommender.extraArgs | list | `[]` | |
159161| recommender.extraEnv | list | `[]` | |
@@ -184,6 +186,7 @@ helm upgrade <release-name> <chart> \
184186| updater.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.labelSelector.matchExpressions[0].values[0] | string | `"updater"` | |
185187| updater.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].podAffinityTerm.topologyKey | string | `"kubernetes.io/hostname"` | |
186188| updater.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].weight | int | `100` | |
189+ | updater.annotations | object | `{}` | |
187190| updater.enabled | bool | `true` | |
188191| updater.extraArgs | list | `[]` | |
189192| updater.image.pullPolicy | string | `"IfNotPresent"` | |
0 commit comments