Skip to content

Commit e4a79ea

Browse files
committed
Update tag
1 parent 405dd4d commit e4a79ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= main
28+
TAG ?= dev
2929

3030
# Get cluster-api version and build ldflags
3131
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# 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
1212
name: manager

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ spec:
15041504
- --v=5
15051505
command:
15061506
- /manager
1507-
image: projectsveltos/sveltos-manager-amd64:main
1507+
image: projectsveltos/sveltos-manager-amd64:dev
15081508
livenessProbe:
15091509
httpGet:
15101510
path: /healthz

0 commit comments

Comments
 (0)