diff --git a/charts/stackdriver-exporter/Chart.yaml b/charts/stackdriver-exporter/Chart.yaml index 5db1f5a..5a804db 100644 --- a/charts/stackdriver-exporter/Chart.yaml +++ b/charts/stackdriver-exporter/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: stackdriver-exporter description: A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets. type: application -version: 0.1.4 +version: 0.1.5 appVersion: 0.9.1 diff --git a/charts/stackdriver-exporter/README.md b/charts/stackdriver-exporter/README.md index 637a92e..03e068a 100644 --- a/charts/stackdriver-exporter/README.md +++ b/charts/stackdriver-exporter/README.md @@ -2,7 +2,7 @@ stackdriver-exporter ==================== A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets. -Current chart version is `0.1.4` +Current chart version is `0.1.5` @@ -13,7 +13,7 @@ Current chart version is `0.1.4` | Key | Type | Default | Description | |-----|------|---------|-------------| | affinity | object | `{}` | Adding any affinity for your deployment. | -| exporter.listenAddress | int | `9255` | What port should be used for the exporter to run on. | +| exporter.listenAddress | string | `":9255"` | What port should be used for the exporter to run on. | | exporter.path | string | `"/metrics"` | What path should be used for the exporter to run on. | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | Pull Policy to use within Cluster. | diff --git a/charts/stackdriver-exporter/values.yaml b/charts/stackdriver-exporter/values.yaml index eaae966..663fcaa 100644 --- a/charts/stackdriver-exporter/values.yaml +++ b/charts/stackdriver-exporter/values.yaml @@ -73,7 +73,7 @@ stackdriver: exporter: # exporter.listenAddress -- What port should be used for the exporter to run on. - listenAddress: 9255 + listenAddress: :9255 # exporter.path -- What path should be used for the exporter to run on. path: /metrics