From e02ba2ff9cebe786a5cf23fb6dde205994e4c3cd Mon Sep 17 00:00:00 2001 From: mgianluc Date: Thu, 4 Jul 2024 14:01:45 +0200 Subject: [PATCH] Release v0.4.0 --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- manifest/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9000ebb..74e982e 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 ?= main +TAG ?= v0.4.0 .PHONY: all all: build diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index af1ef87..8864a46 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/ytt-controller:main + - image: projectsveltos/ytt-controller:v0.4.0 name: manager diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 1aa2c0d..7810ad2 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -450,7 +450,7 @@ spec: - --v=5 command: - /manager - image: projectsveltos/ytt-controller:main + image: projectsveltos/ytt-controller:v0.4.0 livenessProbe: httpGet: path: /healthz