Skip to content

Commit

Permalink
Merge pull request #31 from elezar/update-gke-image
Browse files Browse the repository at this point in the history
Update DRA driver image in demo
  • Loading branch information
elezar authored Nov 21, 2023
2 parents 4fda7fe + 89d5780 commit a5f2b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/clusters/gke/install-dra-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ function from_versions_mk() {
}
DRIVER_NAME=$(from_versions_mk "DRIVER_NAME")

: ${IMAGE_REGISTRY:=registry.gitlab.com/nvidia/cloud-native/k8s-dra-driver/staging}
: ${IMAGE_REGISTRY:=ghcr.io/nvidia}
: ${IMAGE_NAME:=${DRIVER_NAME}}
: ${IMAGE_TAG:=530b16c-ubuntu20.04}
: ${IMAGE_TAG:=9323da2d-ubuntu20.04}

helm upgrade -i --create-namespace --namespace nvidia nvidia-dra-driver ${PROJECT_DIR}/deployments/helm/k8s-dra-driver \
--set image.repository=${IMAGE_REGISTRY}/${IMAGE_NAME} \
Expand Down

0 comments on commit a5f2b34

Please sign in to comment.