diff --git a/Makefile b/Makefile index 46e40a3..e190335 100644 --- a/Makefile +++ b/Makefile @@ -95,13 +95,13 @@ release-helm: release: release-docker release-helm helm-docs # Prod release - # ex. make VERSION=1.16.0 release + # ex. make VERSION=1.16.1 release # Prerelease Candidate # ex. make VERSION=1.11.2-rc01 release release-github: # Prod release - # ex. make VERSION=1.16.0 release-github + # ex. make VERSION=1.16.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 8786025..732b035 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.imagePullSecrets | list | `[]` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.16.0"` | | +| image.tag | string | `"1.16.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"` | | @@ -66,6 +66,8 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | prometheus.rules.enable | bool | `false` | Create PrometheusRules firing alerts when out of ephemeral storage | | prometheus.rules.labels | object | `{"severity":"warning"}` | What additional labels to set on alerts | | prometheus.rules.predictFilledHours | int | `12` | How many hours in the future to predict filling up of a volume | +| rbac | object | `{"create":true}` | RBAC configuration | +| serviceAccount | object | `{"create":true,"name":null}` | Service Account configuration | | serviceMonitor | object | `{"additionalLabels":{},"enable":true,"metricRelabelings":[],"podTargetLabels":[],"relabelings":[],"targetLabels":[]}` | Configure the Service Monitor | | serviceMonitor.additionalLabels | object | `{}` | Add labels to the ServiceMonitor.Spec | | serviceMonitor.metricRelabelings | list | `[]` | Set metricRelabelings as per https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.RelabelConfig | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 0c7057d..dd36293 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: k8s-ephemeral-storage-metrics -version: 1.16.0 -appVersion: 1.16.0 +version: 1.16.1 +appVersion: 1.16.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 4c35bf5..7b5909d 100644 --- a/chart/README.md +++ b/chart/README.md @@ -21,7 +21,7 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | image.imagePullPolicy | string | `"IfNotPresent"` | | | image.imagePullSecrets | list | `[]` | | | image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics"` | | -| image.tag | string | `"1.16.0"` | | +| image.tag | string | `"1.16.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"` | | @@ -48,6 +48,8 @@ helm upgrade --install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral | prometheus.rules.enable | bool | `false` | Create PrometheusRules firing alerts when out of ephemeral storage | | prometheus.rules.labels | object | `{"severity":"warning"}` | What additional labels to set on alerts | | prometheus.rules.predictFilledHours | int | `12` | How many hours in the future to predict filling up of a volume | +| rbac | object | `{"create":true}` | RBAC configuration | +| serviceAccount | object | `{"create":true,"name":null}` | Service Account configuration | | serviceMonitor | object | `{"additionalLabels":{},"enable":true,"metricRelabelings":[],"podTargetLabels":[],"relabelings":[],"targetLabels":[]}` | Configure the Service Monitor | | serviceMonitor.additionalLabels | object | `{}` | Add labels to the ServiceMonitor.Spec | | serviceMonitor.metricRelabelings | list | `[]` | Set metricRelabelings as per https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.RelabelConfig | diff --git a/chart/index.yaml b/chart/index.yaml index 086e9d1..7615dee 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.16.1 + created: "2024-12-17T16:09:02.826613993-06:00" + description: Ephemeral storage metrics for prometheus operator. + digest: eb987d40bb28e4c238b46ff630c5364905518dea08ef07ac95f940fda3edf414 + 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.16.1/k8s-ephemeral-storage-metrics-1.16.1.tgz + version: 1.16.1 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -881,4 +903,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-12-16T16:45:50.220843726-06:00" +generated: "2024-12-17T16:09:02.825510187-06:00" diff --git a/chart/values.yaml b/chart/values.yaml index aeaadac..9bdee7f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics - tag: 1.16.0 + tag: 1.16.1 imagePullPolicy: IfNotPresent imagePullSecrets: []