Skip to content

Commit

Permalink
Merge pull request #26 from yansun1996/update_v1.1.0_helm_chart
Browse files Browse the repository at this point in the history
Update helm chart to v1.1.0
  • Loading branch information
sajmera-pensando authored Jan 28, 2025
2 parents 5738148 + c95967f commit f4000e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ keywords:
- prometheus

type: application
version: v1.0.0
appVersion: "v1.0.0"
version: v1.1.0
appVersion: "v1.1.0"
kubeVersion: ">= 1.29.0-0"

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# amdgpu-metrics-exporter-charts

![Version: v1.0.0](https://img.shields.io/badge/Version-v1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: v1.1.0](https://img.shields.io/badge/Version-v1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square)

A Helm chart for AMD GPU Metric Exporter

Expand All @@ -24,7 +24,7 @@ Kubernetes: `>= 1.29.0-0`
| image.pullPolicy | string | `"Always"` | metrics exporter image pullPolicy |
| image.pullSecrets | string | `""` | metrics exporter image pullSecret name |
| image.repository | string | `"docker.io/rocm/device-metrics-exporter"` | repository URL for the metrics exporter image |
| image.tag | string | `"v1.0.0"` | metrics exporter image tag |
| image.tag | string | `"v1.1.0"` | metrics exporter image tag |
| nodeSelector | object | `{}` | Add node selector for the daemonset of metrics exporter |
| platform | string | `"k8s"` | |
| service.ClusterIP.port | int | `5000` | set port for ClusterIP type service |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
# -- repository URL for the metrics exporter image
repository: docker.io/rocm/device-metrics-exporter
# -- metrics exporter image tag
tag: v1.0.0
tag: v1.1.0
# -- metrics exporter image pullPolicy
pullPolicy: Always
# -- metrics exporter image pullSecret name
Expand Down

0 comments on commit f4000e4

Please sign in to comment.