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 ?= main
28
+ TAG ?= dev
29
29
30
30
# Get cluster-api version and build ldflags
31
31
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)
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/sveltos-manager-amd64:main
11
+ - image : projectsveltos/sveltos-manager-amd64:dev
12
12
name : manager
Original file line number Diff line number Diff line change @@ -1504,7 +1504,7 @@ spec:
1504
1504
- --v=5
1505
1505
command :
1506
1506
- /manager
1507
- image : projectsveltos/sveltos-manager-amd64:main
1507
+ image : projectsveltos/sveltos-manager-amd64:dev
1508
1508
livenessProbe :
1509
1509
httpGet :
1510
1510
path : /healthz
You can’t perform that action at this time.
0 commit comments