Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.0.0 #17

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading