File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARCH ?= amd64
2525OS ?= $(shell uname -s | tr A-Z a-z)
2626K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28- TAG ?= v1.3.0
28+ TAG ?= main
2929
3030.PHONY : all
3131all : build
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # Change the value of image field below to your controller image URL
11- - image : projectsveltos/ui-backend:v1.3.0
11+ - image : projectsveltos/ui-backend:main
1212 name : manager
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ spec:
140140 - --v=5
141141 command :
142142 - /manager
143- image : projectsveltos/ui-backend:v1.3.0
143+ image : projectsveltos/ui-backend:main
144144 livenessProbe :
145145 failureThreshold : 3
146146 httpGet :
You can’t perform that action at this time.
0 commit comments