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.4.0-beta.1
7+ newTag : v0.4.0
88apiVersion : kustomize.config.k8s.io/v1beta1
99kind : Kustomization
Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ spec:
586586 - --leader-elect
587587 command :
588588 - /manager
589- image : norseto/oci-lb-registrar:v0.4.0-beta.1
589+ image : norseto/oci-lb-registrar:v0.4.0
590590 livenessProbe :
591591 httpGet :
592592 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.4.0-beta.1 "
28+ RELEASE_VERSION = "0.4.0"
2929)
3030
3131var GitVersion = ""
You can’t perform that action at this time.
0 commit comments