Skip to content

Commit

Permalink
Update helm chart to v1.1.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansun1996 authored Jan 27, 2025
1 parent bc56718 commit 84c5d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ keywords:
- monitoring

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

dependencies:
- name: node-feature-discovery
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gpu-operator

![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)

AMD GPU Operator simplifies the deployment and management of AMD Instinct GPU accelerators within Kubernetes clusters.

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
allowPrivilegeEscalation: false
image:
repository: docker.io/rocm/gpu-operator
tag: v1.0.0
tag: v1.1.0
imagePullPolicy: Always
imagePullSecrets: ""
resources:
Expand Down

0 comments on commit 84c5d19

Please sign in to comment.