Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade version to v0.0.31 in manifests #131

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23
IMG ?= ghcr.io/mercari/tortoise:v0.0.31
# 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.23
newTag: v0.0.31
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.23
image: ghcr.io/mercari/tortoise:v0.0.31
livenessProbe:
httpGet:
path: /healthz
Expand Down