Skip to content

Commit

Permalink
Merge pull request #16 from gianlucam76/v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
gianlucam76 authored Jul 4, 2024
2 parents ad331df + 911a155 commit f5365f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: projectsveltos/jsonnet-controller:main
- image: projectsveltos/jsonnet-controller:v0.4.0
name: manager
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/jsonnet-controller:main
image: projectsveltos/jsonnet-controller:v0.4.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit f5365f3

Please sign in to comment.