Skip to content

Commit 71c3130

Browse files
authored
release: v0.9.0 (#397)
1 parent 1ed8fe1 commit 71c3130

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= ghcr.io/mercari/tortoise:v0.8.0
3+
IMG ?= ghcr.io/mercari/tortoise:v0.9.0
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
ENVTEST_K8S_VERSION = 1.27.1
66

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/mercari/tortoise
16-
newTag: v0.8.0
16+
newTag: v0.9.0

manifests/default/apps_v1_deployment_tortoise-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- --leader-elect
4848
command:
4949
- /manager
50-
image: ghcr.io/mercari/tortoise:v0.8.0
50+
image: ghcr.io/mercari/tortoise:v0.9.0
5151
livenessProbe:
5252
httpGet:
5353
path: /healthz

0 commit comments

Comments
 (0)