diff --git a/chart/README.md b/chart/README.md index 449fffc9..928666d9 100644 --- a/chart/README.md +++ b/chart/README.md @@ -38,4 +38,4 @@ Chart for the deployment and configuration of the Prometheus domain exporter. | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) diff --git a/go.mod b/go.mod index dff8deb7..d8c260b1 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-kit/kit v0.12.0 github.com/prometheus/client_golang v1.15.1 github.com/prometheus/common v0.43.0 - gopkg.in/alecthomas/kingpin.v2 v2.2.6 + gopkg.in/alecthomas/kingpin.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 )