Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrath207 committed Oct 15, 2023
1 parent 815d85b commit ab5c980
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Header.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Actions Status](https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/workflows/ci/badge.svg)](https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/actions)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/k8s-ephemeral-storage-metrics)](https://artifacthub.io/packages/search?repo=k8s-ephemeral-storage-metrics)

The goal of this project is to export ephemeral storage metric usage per pod to Prometheus that is address in this
issue [Here](https://github.com/kubernetes/kubernetes/issues/69507)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Actions Status](https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/workflows/ci/badge.svg)](https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/actions)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/k8s-ephemeral-storage-metrics)](https://artifacthub.io/packages/search?repo=k8s-ephemeral-storage-metrics)

The goal of this project is to export ephemeral storage metric usage per pod to Prometheus that is address in this
issue [Here](https://github.com/kubernetes/kubernetes/issues/69507)
Expand All @@ -26,7 +27,7 @@ helm install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral-storage-m
|-----|------|---------|-------------|
| deploy_type | string | `"DaemonSet"` | |
| dev.enabled | bool | `false` | |
| image.imagePullPolicy | string | `"ifNotPresent"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephermeral-storage-metrics"` | |
| image.tag | string | `"1.0.0"` | |
| interval | int | `15` | |
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ helm install my-deployment k8s-ephemeral-storage-metrics/k8s-ephemeral-storage-m
|-----|------|---------|-------------|
| deploy_type | string | `"DaemonSet"` | |
| dev.enabled | bool | `false` | |
| image.imagePullPolicy | string | `"ifNotPresent"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/jmcgrath207/k8s-ephermeral-storage-metrics"` | |
| image.tag | string | `"1.0.0"` | |
| interval | int | `15` | |
Expand Down
6 changes: 3 additions & 3 deletions chart/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.0.0
created: "2023-10-15T15:00:31.42811114-05:00"
created: "2023-10-15T15:11:30.087231962-05:00"
description: Ephemeral storage metrics for prometheus operator.
digest: 1429b287b53e9bffe50db3cd3a9cd7e7d0ab8e645faa709aaa598959080e8d94
digest: 6ac76f8747e5c6cda194fa2b1b45a4e44f9ecbf77e7dd6bd5b6f35c39a9a0ec9
home: https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics
keywords:
- kubernetes
Expand All @@ -23,4 +23,4 @@ entries:
urls:
- k8s-ephemeral-storage-metrics-1.0.0.tgz
version: 1.0.0
generated: "2023-10-15T15:00:31.427665652-05:00"
generated: "2023-10-15T15:11:30.086931384-05:00"
Binary file modified chart/k8s-ephemeral-storage-metrics-1.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/jmcgrath207/k8s-ephermeral-storage-metrics
tag: 1.0.0
imagePullPolicy: ifNotPresent
imagePullPolicy: IfNotPresent
log_level: info
deploy_type: DaemonSet
# Note in testing, Kube API does not refresh faster than 10 seconds
Expand Down

0 comments on commit ab5c980

Please sign in to comment.