Skip to content

Commit

Permalink
bump nvidia-driver-runtime chart to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Sep 18, 2024
1 parent 4a1b3a5 commit cb249d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/templates/rancherd-22-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ resources:
namespace: harvester-system
spec:
repo: http://harvester-cluster-repo.cattle-system.svc/charts
version: "0.1.1"
version: "0.3.0"
chart: nvidia-driver-runtime
{{- if and .Addons .Addons.nvidia_driver_toolkit}}
enabled: {{ .Addons.nvidia_driver_toolkit.Enabled }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PCIDEVICES_CONTROLLER_CHART_VERSION="0.3.3"
PCIDEVICES_CONTROLLER_IMAGE="rancher/harvester-pcidevices:v0.3.3"
HARVESTER_SEEDER_CHART_VERSION="0.3.2"
HARVESTER_SEEDER_IMAGE="rancher/harvester-seeder:v0.3.2"
NVIDIA_DRIVER_RUNTIME_CHART_VERSION="0.1.1"
NVIDIA_DRIVER_RUNTIME_CHART_VERSION="0.3.0"
mkdir -p ${CHARTS_DIR}
mkdir -p ${IMAGES_DIR}
mkdir -p ${IMAGES_LISTS_DIR}
Expand Down

0 comments on commit cb249d6

Please sign in to comment.