File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ resources:
44images :
55- name : controller
66 newName : norseto/oci-lb-registrar
7- newTag : v0.5.2
7+ newTag : v0.5.3
88apiVersion : kustomize.config.k8s.io/v1beta1
99kind : Kustomization
Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ spec:
706706 - --leader-elect
707707 command :
708708 - /manager
709- image : norseto/oci-lb-registrar:v0.5.2
709+ image : norseto/oci-lb-registrar:v0.5.3
710710 livenessProbe :
711711 httpGet :
712712 path : /healthz
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package oci_lb_controller
2525var Version = RELEASE_VERSION
2626
2727const (
28- RELEASE_VERSION = "0.5.2 "
28+ RELEASE_VERSION = "0.5.3 "
2929)
3030
3131var GitVersion = ""
You can’t perform that action at this time.
0 commit comments