diff --git a/Makefile b/Makefile index ba04e12..659978f 100644 --- a/Makefile +++ b/Makefile @@ -70,10 +70,10 @@ release-helm: cd .. release: release-docker release-helm helm-docs - # ex. make VERSION=1.5.2 release + # ex. make VERSION=1.6.0 release release-github: - # ex. make VERSION=1.5.2 release-github + # ex. make VERSION=1.6.0 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 fed9999..dcbd7e7 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral |-----|------|---------|-------------| | affinity | object | `{}` | | | deploy_type | string | `"Deployment"` | Set as Deployment for single controller to query all nodes or Daemonset | -| dev | object | `{"enabled":false,"image":{"imagePullPolicy":"IfNotPresent"}}` | For local development of kind and/or deploy grow and shrink test pods | +| dev | object | `{"enabled":false,"grow":{"image":"ghcr.io/jmcgrath207/k8s-ephemeral-storage-grow-test:latest","imagePullPolicy":"IfNotPresent"},"shrink":{"image":"ghcr.io/jmcgrath207/k8s-ephemeral-storage-shrink-test:latest","imagePullPolicy":"IfNotPresent"}}` | For local development or testing that will deploy grow and shrink pods and debug service | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.5.2"` | | +| image.tag | string | `"1.6.0"` | | | interval | int | `15` | Polling node rate for exporter | | log_level | string | `"info"` | | | max_node_concurrency | int | `10` | Max number of concurrent query requests to the kubernetes API. | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index bd06e0d..235509f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.5.2 -appVersion: 1.5.2 +version: 1.6.0 +appVersion: 1.6.0 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 b979245..009c703 100644 --- a/chart/README.md +++ b/chart/README.md @@ -12,10 +12,10 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral |-----|------|---------|-------------| | affinity | object | `{}` | | | deploy_type | string | `"Deployment"` | Set as Deployment for single controller to query all nodes or Daemonset | -| dev | object | `{"enabled":false,"image":{"imagePullPolicy":"IfNotPresent"}}` | For local development of kind and/or deploy grow and shrink test pods | +| dev | object | `{"enabled":false,"grow":{"image":"ghcr.io/jmcgrath207/k8s-ephemeral-storage-grow-test:latest","imagePullPolicy":"IfNotPresent"},"shrink":{"image":"ghcr.io/jmcgrath207/k8s-ephemeral-storage-shrink-test:latest","imagePullPolicy":"IfNotPresent"}}` | For local development or testing that will deploy grow and shrink pods and debug service | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.5.2"` | | +| image.tag | string | `"1.6.0"` | | | interval | int | `15` | Polling node rate for exporter | | log_level | string | `"info"` | | | max_node_concurrency | int | `10` | Max number of concurrent query requests to the kubernetes API. | diff --git a/chart/index.yaml b/chart/index.yaml index 942da12..17d7bd0 100644 --- a/chart/index.yaml +++ b/chart/index.yaml @@ -1,6 +1,50 @@ 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.6.0 + created: "2024-03-25T02:05:49.440115525-05:00" + description: Ephemeral storage metrics for prometheus operator. + digest: 9b32a3d36612c2eda86f70a8159fad1203857a28879854c846a61755a73032e5 + 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.6.0/k8s-ephemeral-storage-metrics-1.6.0.tgz + version: 1.6.0 + - 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.5.3 + created: "2024-03-25T02:05:49.439818943-05:00" + description: Ephemeral storage metrics for prometheus operator. + digest: 0a7eb718c66bc9e8feb185a4bce62bad54e1cac84919e7836a09558d22e3a4a3 + 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: + - k8s-ephemeral-storage-metrics-1.5.3.tgz + version: 1.5.3 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -375,4 +419,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: "2024-02-05T23:04:04.581928343-06:00" +generated: "2024-03-25T02:05:49.439433967-05:00" diff --git a/chart/values.yaml b/chart/values.yaml index 1803877..04de51c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.5.2 + tag: 1.6.0 imagePullPolicy: IfNotPresent # -- Set metrics you want to enable