diff --git a/Makefile b/Makefile index 2683ed2..9ad17fb 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ release-helm: cd .. release: github_login release-docker release-helm helm-docs - # ex. make VERSION=1.2.0 release + # ex. make VERSION=1.2.1 release release-github: github_login - # ex. make VERSION=1.2.0 release-github + # ex. make VERSION=1.2.1 release-github gh release create ${VERSION} --generate-notes gh release upload ${VERSION} "chart/k8s-ephemeral-storage-metrics-${VERSION}.tgz" rm chart/k8s-ephemeral-storage-metrics-*.tgz diff --git a/README.md b/README.md index 5dbd23e..8f75737 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,13 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | extra.adjusted_polling_rate | bool | `false` | Create the ephemeral_storage_adjusted_polling_rate metrics to report Adjusted Poll Rate in milliseconds. Typically used for testing. | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.2.0"` | | +| image.tag | string | `"1.2.1"` | | | interval | int | `15` | Polling node rate for exporter | | log_level | string | `"info"` | | | max_node_concurrency | int | `10` | Max amount of concurrent query requests at a time. | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| prometheus.enable | bool | `true` | | | prometheus.release | string | `"kube-prometheus-stack"` | | ## Contribute diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ce14327..63e250e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.2.0 -appVersion: 1.2.0 +version: 1.2.1 +appVersion: 1.2.1 kubeVersion: ">=1.21.0-0" description: Ephemeral storage metrics for prometheus operator. home: https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics diff --git a/chart/README.md b/chart/README.md index 72ae4aa..35c0267 100644 --- a/chart/README.md +++ b/chart/README.md @@ -15,10 +15,13 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | extra.adjusted_polling_rate | bool | `false` | Create the ephemeral_storage_adjusted_polling_rate metrics to report Adjusted Poll Rate in milliseconds. Typically used for testing. | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.2.0"` | | +| image.tag | string | `"1.2.1"` | | | interval | int | `15` | Polling node rate for exporter | | log_level | string | `"info"` | | | max_node_concurrency | int | `10` | Max amount of concurrent query requests at a time. | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| prometheus.enable | bool | `true` | | | prometheus.release | string | `"kube-prometheus-stack"` | | ## Contribute diff --git a/chart/index.yaml b/chart/index.yaml index 287adc5..f7e496a 100644 --- a/chart/index.yaml +++ b/chart/index.yaml @@ -1,6 +1,28 @@ apiVersion: v1 entries: k8s-ephemeral-storage-metrics: + - annotations: + artifacthub.io/license: MIT + artifacthub.io/links: | + - name: Documentation + url: https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics + artifacthub.io/prerelease: "false" + apiVersion: v2 + appVersion: 1.2.1 + created: "2023-11-03T18:46:23.292131478-05:00" + description: Ephemeral storage metrics for prometheus operator. + digest: 6648a3563b255127f6394d68c3016834b9275f969caedce2d76b3ae69337be30 + home: https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics + keywords: + - kubernetes + - metrics + kubeVersion: '>=1.21.0-0' + name: k8s-ephemeral-storage-metrics + sources: + - https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics + urls: + - https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/releases/download/1.2.1/k8s-ephemeral-storage-metrics-1.2.1.tgz + version: 1.2.1 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -133,4 +155,4 @@ entries: urls: - https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/releases/download/1.0.0/k8s-ephemeral-storage-metrics-1.0.0.tgz version: 1.0.0 -generated: "2023-10-31T00:47:30.804384991-05:00" +generated: "2023-11-03T18:46:23.291817062-05:00" diff --git a/chart/values.yaml b/chart/values.yaml index ddaba68..0ff92dc 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.2.0 + tag: 1.2.1 imagePullPolicy: IfNotPresent log_level: info # -- Set as Deployment for single controller to query all nodes or Daemonset