Skip to content

Commit

Permalink
chore 🧹(release): update bundle to v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Amoyel <[email protected]>
  • Loading branch information
aamoyel committed Aug 19, 2024
1 parent 3bd7a48 commit 06e86fb
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,5 +1,5 @@
# Image URL to use all building/pushing image targets
IMG ?= gcr.io/aamoyel/kubipam:v0.1.1
IMG ?= gcr.io/aamoyel/kubipam:v0.1.2
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29.0

Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ kind: Kustomization
images:
- name: aamoyel/kubipam
newName: gcr.io/aamoyel/kubipam
newTag: v0.1.1
newTag: v0.1.2
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ spec:
- --metrics-bind-address=0.0.0.0:8080
command:
- /manager
image: gcr.io/aamoyel/kubipam:v0.1.1
image: gcr.io/aamoyel/kubipam:v0.1.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 06e86fb

Please sign in to comment.