From 6173997e7b4c1457a6c77e8bc3e9662f603d3ad2 Mon Sep 17 00:00:00 2001 From: John McGrath <8764013+jmcgrath207@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:15:49 -0500 Subject: [PATCH] 1.12.1 (#112) --- Makefile | 4 ++-- README.md | 4 ++-- chart/Chart.yaml | 4 ++-- chart/README.md | 3 ++- chart/index.yaml | 24 +++++++++++++++++++++++- chart/values.yaml | 2 +- 6 files changed, 32 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 67f795f..d355c69 100644 --- a/Makefile +++ b/Makefile @@ -92,13 +92,13 @@ release-helm: release: release-docker release-helm helm-docs # Prod release - # ex. make VERSION=1.12.0 release + # ex. make VERSION=1.12.1 release # Prerelease Candidate # ex. make VERSION=1.11.2-rc01 release release-github: # Prod release - # ex. make VERSION=1.12.0 release-github + # ex. make VERSION=1.12.1 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 9150151..c50294d 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | deploy_type | string | `"Deployment"` | Set as Deployment for single controller to query all nodes or Daemonset | | 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.12.0"` | | | image.imagePullSecrets | list | `[]` | | +| image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | +| image.tag | string | `"1.12.1"` | | | 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 1095553..2386881 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.12.0 -appVersion: 1.12.0 +version: 1.12.1 +appVersion: 1.12.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 cc3775c..108c5a5 100644 --- a/chart/README.md +++ b/chart/README.md @@ -14,8 +14,9 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | deploy_type | string | `"Deployment"` | Set as Deployment for single controller to query all nodes or Daemonset | | 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.imagePullSecrets | list | `[]` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.12.0"` | | +| image.tag | string | `"1.12.1"` | | | 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 d819623..99677fa 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.12.1 + created: "2024-08-07T22:15:00.338791067-05:00" + description: Ephemeral storage metrics for prometheus operator. + digest: 957ab3345dd6b6fd560585582483a222946bfec18a014c135b7201933138191e + 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.12.1/k8s-ephemeral-storage-metrics-1.12.1.tgz + version: 1.12.1 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -705,4 +727,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-08-02T03:50:49.304209914-05:00" +generated: "2024-08-07T22:15:00.338009027-05:00" diff --git a/chart/values.yaml b/chart/values.yaml index 5bd4b10..5346f5a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.12.0 + tag: 1.12.1 imagePullPolicy: IfNotPresent imagePullSecrets: []