Skip to content
Closed
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
2 changes: 1 addition & 1 deletion root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ apps:
- ".spec.data[].remoteRef.metadataPolicy"
amd-gpu-operator:
namespace: kube-amd-gpu
path: amd-gpu-operator/v1.4.1
path: amd-gpu-operator/v1.5.1-beta.0
syncWave: -10
valuesObject:
crds:
Expand Down
2 changes: 1 addition & 1 deletion sources/amd-gpu-operator/source.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sourceUrl: https://rocm.github.io/gpu-operator
sourceRepoName: amd-gpu-operator
sourceChartName: gpu-operator-charts
sourceVersion: v1.4.1
sourceVersion: v1.5.1-beta.0
23 changes: 23 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
12 changes: 12 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.18.3
- name: kmm
repository: file://./charts/kmm
version: v1.0.0
- name: remediation-crds
repository: file://./charts/remediation-crds
version: v1.0.0
digest: sha256:0806f6b6d7aa21be77bf1c91e720ae3238338a16f107df450a53b02ef940db1b
generated: "2026-06-04T05:35:05.459721221Z"
36 changes: 36 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: v2
appVersion: v1.5.1-beta.0
dependencies:
- condition: node-feature-discovery.enabled
name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: v0.18.3
- condition: kmm.enabled
name: kmm
repository: file://./charts/kmm
version: v1.0.0
- condition: remediation.installCRDs
name: remediation-crds
repository: file://./charts/remediation-crds
version: v1.0.0
description: AMD GPU Operator simplifies the deployment and management of AMD Instinct
GPU accelerators within Kubernetes clusters.
home: https://github.com/ROCm/gpu-operator
icon: https://raw.githubusercontent.com/ROCm/k8s-device-plugin/master/helm/logo.png
keywords:
- kubernetes
- cluster
- hardware
- amd
- gpu
- ai
- deep learning
- monitoring
kubeVersion: '>= 1.29.0-0'
maintainers:
- name: Yan Sun <Yan.Sun3@amd.com>
name: gpu-operator-charts
sources:
- https://github.com/ROCm/gpu-operator
type: application
version: v1.5.1-beta.0
358 changes: 358 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/README.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/charts/kmm/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v2
appVersion: v20240618-v2.1.1
description: A Helm chart for deploying Kernel Module Management for AMD GPU Operator
kubeVersion: '>= 1.18.0-0'
name: kmm
type: application
version: v1.0.0
2,739 changes: 2,739 additions & 0 deletions sources/amd-gpu-operator/v1.5.1-beta.0/charts/kmm/crds/module-crd.yaml

Large diffs are not rendered by default.

Loading
Loading