Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Oct 12, 2023
1 parent 80bb0ae commit 3000773
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.0.37
IMG ?= ghcr.io/mercari/tortoise:v0.1.1
# 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.0.37
newTag: v0.1.1
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.0.37
image: ghcr.io/mercari/tortoise:v0.1.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 3000773

Please sign in to comment.