Skip to content

Commit

Permalink
update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
didil committed Feb 24, 2023
1 parent 6202a2c commit 8818eee
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 ?= quay.io/didil/paperlb:b470f51
IMG ?= quay.io/didil/paperlb:6202a2c
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.26.0

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/didil/paperlb
newTag: b470f51
newTag: 6202a2c
2 changes: 1 addition & 1 deletion config/manifests/paperlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/didil/paperlb:b470f51
image: quay.io/didil/paperlb:6202a2c
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 8818eee

Please sign in to comment.