Skip to content

Commit 892aea9

Browse files
authored
Merge pull request #85 from nojnhuh/fix-chart-image-repo
Fix image repo used in chart
2 parents 37f504c + 4a893b7 commit 892aea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"}

deployments/helm/dra-example-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allowDefaultNamespace: false
1111

1212
imagePullSecrets: []
1313
image:
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: ""

0 commit comments

Comments
 (0)