Update default docker image names
This commit is contained in:
parent
9fc6a3f9ea
commit
c8849f2670
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
# 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)
|
||||
ifeq (,$(shell go env GOBIN))
|
||||
|
@ -31,7 +31,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: registry.millslan.net/p5x-csi:latest
|
||||
image: registry.millslan.net/glmdev/p5x-csi:latest
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
|
@ -40,7 +40,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: registry.millslan.net/p5x-csi:latest
|
||||
image: registry.millslan.net/glmdev/p5x-csi:latest
|
||||
livenessProbe:
|
||||
failureThreshold: 5
|
||||
httpGet:
|
||||
|
Loading…
Reference in New Issue
Block a user