File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deployments/helm/dra-example-driver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ SCRIPTS_DIR="$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)"
2626: ${DRIVER_NAME:= dra-example-driver}
2727
2828# The registry, image and tag for the example driver
29- : ${DRIVER_IMAGE_REGISTRY:= " registry.k8s.io" }
29+ : ${DRIVER_IMAGE_REGISTRY:= " registry.k8s.io/dra-example-driver " }
3030: ${DRIVER_IMAGE_NAME:= " ${DRIVER_NAME} " }
3131: ${DRIVER_IMAGE_TAG:= " $( helm show chart $( git rev-parse --show-toplevel) /deployments/helm/${DRIVER_NAME} | sed -n ' s/^appVersion: //p' ) " }
3232: ${DRIVER_IMAGE_PLATFORM:= " ubuntu22.04" }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ allowDefaultNamespace: false
1111
1212imagePullSecrets : []
1313image :
14- repository : registry.k8s.io/dra-example-driver
14+ repository : registry.k8s.io/dra-example-driver/dra-example-driver
1515 pullPolicy : IfNotPresent
1616 # Overrides the image tag whose default is the chart appVersion.
1717 tag : " "
You can’t perform that action at this time.
0 commit comments