diff --git a/helm-charts/Chart.yaml b/helm-charts/Chart.yaml index a623616..7435293 100644 --- a/helm-charts/Chart.yaml +++ b/helm-charts/Chart.yaml @@ -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: diff --git a/helm-charts/README.md b/helm-charts/README.md index 5a6329b..0a7d476 100644 --- a/helm-charts/README.md +++ b/helm-charts/README.md @@ -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 @@ -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 | diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 9000d47..67b839b 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -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