diff --git a/Makefile b/Makefile index e0c6f87..afcc20a 100644 --- a/Makefile +++ b/Makefile @@ -86,13 +86,13 @@ release-helm: release: release-docker release-helm helm-docs # Prod release - # ex. make VERSION=1.10.2 release + # ex. make VERSION=1.11.0 release # Prerelease Candidate # ex. make VERSION=1.6.3-rc01 release release-github: # Prod release - # ex. make VERSION=1.10.2 release-github + # ex. make VERSION=1.11.0 release-github gh repo set-default jmcgrath207/k8s-ephemeral-storage-metrics gh release create ${VERSION} --generate-notes gh release upload ${VERSION} "chart/k8s-ephemeral-storage-metrics-${VERSION}.tgz" diff --git a/README.md b/README.md index 207ee0e..5e59848 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | 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.10.2"` | | +| image.tag | string | `"1.11.0"` | | | interval | int | `15` | Polling node rate for exporter | | kubelet | object | `{"insecure":false,"readOnlyPort":0,"scrape":false}` | Scrape metrics through kubelet instead of kube api | | log_level | string | `"info"` | | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f0a5672..60a2aca 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.10.2 -appVersion: 1.10.2 +version: 1.11.0 +appVersion: 1.11.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 670b443..7f1016c 100644 --- a/chart/README.md +++ b/chart/README.md @@ -15,7 +15,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | 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.10.2"` | | +| image.tag | string | `"1.11.0"` | | | interval | int | `15` | Polling node rate for exporter | | kubelet | object | `{"insecure":false,"readOnlyPort":0,"scrape":false}` | Scrape metrics through kubelet instead of kube api | | log_level | string | `"info"` | | diff --git a/chart/index.yaml b/chart/index.yaml index aa9bd18..5fb4721 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.11.0 + created: "2024-07-02T19:13:49.558649294-05:00" + description: Ephemeral storage metrics for prometheus operator. + digest: 9e998d210a28d2de1fa111772fc4fd3bcbbb1f514895d53222c50279a369283e + 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.11.0/k8s-ephemeral-storage-metrics-1.11.0.tgz + version: 1.11.0 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -617,4 +639,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-07-01T20:50:07.214452381-05:00" +generated: "2024-07-02T19:13:49.55752283-05:00" diff --git a/chart/values.yaml b/chart/values.yaml index 66f58a6..314ee02 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.10.2 + tag: 1.11.0 imagePullPolicy: IfNotPresent # -- Configure the Service Monitor