diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index b468aea..a1760b0 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.4.3" description: A Helm chart for kured name: kured -version: 2.0.1 +version: 2.0.2 home: https://github.com/weaveworks/kured maintainers: - name: dholbach diff --git a/charts/kured/README.md b/charts/kured/README.md index 19afe31..3dc37bc 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -68,7 +68,7 @@ The following changes have been made compared to the stable chart: | `metrics.scrapeTimeout` | A custom scrapeTimeout for prometheus | `""` | | `service.create` | Create a Service for the metrics endpoint | `false` | | `service.port` | Port of the service to expose | `8080` | -| `serviceAnnotations` | Annotations to apply to the service (eg to add Prometheus annotations) | `{}` | +| `service.annotations` | Annotations to apply to the service (eg to add Prometheus annotations) | `{}` | | `priorityClassName` | Priority Class to be used by the pods | `""` | | `tolerations` | Tolerations to apply to the daemonset (eg to allow running on master) | `[{"key": "node-role.kubernetes.io/master", "effect": "NoSchedule"}]`| | `affinity` | Affinity for the daemonset (ie, restrict which nodes kured runs on) | `{}` |