Update default docker image names

This commit is contained in:
Garrett Mills 2025-02-25 00:18:59 -05:00
parent 9fc6a3f9ea
commit c8849f2670
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets # Image URL to use all building/pushing image targets
IMG ?= registry.millslan.net/p5x-csi:latest IMG ?= registry.millslan.net/glmdev/p5x-csi:latest
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN)) ifeq (,$(shell go env GOBIN))

View File

@ -31,7 +31,7 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: registry.millslan.net/p5x-csi:latest image: registry.millslan.net/glmdev/p5x-csi:latest
lifecycle: lifecycle:
preStop: preStop:
exec: exec:

View File

@ -40,7 +40,7 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
image: registry.millslan.net/p5x-csi:latest image: registry.millslan.net/glmdev/p5x-csi:latest
livenessProbe: livenessProbe:
failureThreshold: 5 failureThreshold: 5
httpGet: httpGet: