From c51c9cf32105778396232baa9797008f52c8d78b Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Fri, 15 Mar 2024 15:03:25 +0900 Subject: [PATCH] release: v0.8.0 (#384) --- 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 399bb416..8db4c7e2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/mercari/tortoise:v0.7.0 +IMG ?= ghcr.io/mercari/tortoise:v0.8.0 # 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 c41ccbb6..00151838 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.7.0 + newTag: v0.8.0 diff --git a/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml b/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml index 38ebcb3b..5785436d 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.7.0 + image: ghcr.io/mercari/tortoise:v0.8.0 livenessProbe: httpGet: path: /healthz