diff --git a/Makefile b/Makefile index 1fd5491..b1030a8 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.4.2 release + # ex. make VERSION=1.4.3 release release-github: github_login - # ex. make VERSION=1.4.2 release-github + # ex. make VERSION=1.4.3 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 7e4a60b..3cc756e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | dev | object | `{"enabled":false,"image":{"imagePullPolicy":"IfNotPresent"}}` | For local development of kind and/or deploy grow and shrink test pods | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.4.2"` | | +| image.tag | string | `"1.4.3"` | | | 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. | @@ -45,7 +45,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | podAnnotations | object | `{}` | | | prometheus.enable | bool | `true` | | | prometheus.release | string | `"kube-prometheus-stack"` | | -| tolerations | object | `[]` | | +| tolerations | list | `[]` | | ## Contribute diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d84d4fe..f03a90a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.4.2 -appVersion: 1.4.2 +version: 1.4.3 +appVersion: 1.4.3 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 c906e8d..64d9802 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,"image":{"imagePullPolicy":"IfNotPresent"}}` | For local development of kind and/or deploy grow and shrink test pods | | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.4.2"` | | +| image.tag | string | `"1.4.3"` | | | 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. | @@ -30,7 +30,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | podAnnotations | object | `{}` | | | prometheus.enable | bool | `true` | | | prometheus.release | string | `"kube-prometheus-stack"` | | -| tolerations | object | `[]` | | +| tolerations | list | `[]` | | ## Contribute diff --git a/chart/index.yaml b/chart/index.yaml index 34b8351..6f107cf 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.4.3 + created: "2024-01-10T22:33:20.456848127-06:00" + description: Ephemeral storage metrics for prometheus operator. + digest: ac0e364d179438eb6bb1e616c8e0757a8e551324720cf46852c980b35df2fa94 + 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.4.3/k8s-ephemeral-storage-metrics-1.4.3.tgz + version: 1.4.3 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -265,4 +287,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-12-12T23:43:54.729952022-06:00" +generated: "2024-01-10T22:33:20.456468221-06:00" diff --git a/chart/values.yaml b/chart/values.yaml index 58f23b3..4451e74 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.4.2 + tag: 1.4.3 imagePullPolicy: IfNotPresent # -- Set metrics you want to enable