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
25
25
OS ?= $(shell uname -s | tr A-Z a-z)
26
26
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
27
27
export CONTROLLER_IMG ?= $(REGISTRY ) /$(IMAGE_NAME )
28
- TAG ?= v0.3.0
28
+ TAG ?= main
29
29
30
30
.PHONY : all
31
31
all : build
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# Change the value of image field below to your controller image URL
11
- - image : projectsveltos/jsonnet-controller:v0.3.0
11
+ - image : projectsveltos/jsonnet-controller:main
12
12
name : manager
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ spec:
335
335
- --v=5
336
336
command :
337
337
- /manager
338
- image : projectsveltos/jsonnet-controller:v0.3.0
338
+ image : projectsveltos/jsonnet-controller:main
339
339
livenessProbe :
340
340
httpGet :
341
341
path : /healthz
You can’t perform that action at this time.
0 commit comments