Skip to content

Commit

Permalink
release: v0.8.0 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Mar 15, 2024
1 parent 0b7db14 commit c51c9cf
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
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/mercari/tortoise
newTag: v0.7.0
newTag: v0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c51c9cf

Please sign in to comment.