diff --git a/Makefile b/Makefile index fab8055..8b75df3 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ARCH ?= amd64 OS ?= $(shell uname -s | tr A-Z a-z) K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) -TAG ?= v0.3.0 +TAG ?= main .PHONY: all all: build diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 7665160..2f7bc1b 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -8,5 +8,5 @@ spec: spec: containers: # Change the value of image field below to your controller image URL - - image: projectsveltos/jsonnet-controller:v0.3.0 + - image: projectsveltos/jsonnet-controller:main name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index f5e47be..3f9c886 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -335,7 +335,7 @@ spec: - --v=5 command: - /manager - image: projectsveltos/jsonnet-controller:v0.3.0 + image: projectsveltos/jsonnet-controller:main livenessProbe: httpGet: path: /healthz