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.3.0
7+ newTag : v0.3.1
88apiVersion : kustomize.config.k8s.io/v1beta1
99kind : Kustomization
Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ spec:
525525 - --leader-elect
526526 command :
527527 - /manager
528- image : norseto/oci-lb-registrar:v0.3.0
528+ image : norseto/oci-lb-registrar:v0.3.1
529529 livenessProbe :
530530 httpGet :
531531 path : /healthz
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ package oci_lb_controller
2727var Version = RELEASE_VERSION
2828
2929const (
30- RELEASE_VERSION = "0.3.0 "
30+ RELEASE_VERSION = "0.3.1 "
3131)
3232
3333var GitVersion = ""
You can’t perform that action at this time.
0 commit comments