diff --git a/Makefile b/Makefile index 4ef51207..f2c0916e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/mercari/tortoise:v0.0.36 +IMG ?= ghcr.io/mercari/tortoise:v0.0.37 # 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 cd4870e5..f7fcdc06 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.0.36 + newTag: v0.0.37 diff --git a/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml b/manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml index f8fc9bdf..02ce0ebf 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.0.36 + image: ghcr.io/mercari/tortoise:v0.0.37 livenessProbe: httpGet: path: /healthz