From ea55f233c1fc74073df5ce95043be85149794b00 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Mon, 16 Oct 2023 15:46:48 +0900 Subject: [PATCH] release: v0.1.4 (#194) --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- .../default/apps_v1_deployment_tortoise-controller-manager.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 068cc189..7ac70051 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/mercari/tortoise:v0.1.3 +IMG ?= ghcr.io/mercari/tortoise:v0.1.4 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.27.1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 945f0f04..2ba305df 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/mercari/tortoise - newTag: v0.1.3 + newTag: v0.1.4 diff --git a/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml b/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml index df0b7b30..117945d3 100644 --- a/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml +++ b/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml @@ -47,7 +47,7 @@ spec: - --leader-elect command: - /manager - image: ghcr.io/mercari/tortoise:v0.1.3 + image: ghcr.io/mercari/tortoise:v0.1.4 livenessProbe: httpGet: path: /healthz