Skip to content

Commit e577b01

Browse files
committed
Version 0.5.0-alpha.5
1 parent 5b0097b commit e577b01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
images:
55
- name: controller
66
newName: norseto/oci-lb-registrar
7-
newTag: v0.5.0-alpha.4
7+
newTag: v0.5.0-alpha.5
88
apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization

dist/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ spec:
706706
- --leader-elect
707707
command:
708708
- /manager
709-
image: norseto/oci-lb-registrar:v0.5.0-alpha.4
709+
image: norseto/oci-lb-registrar:v0.5.0-alpha.5
710710
livenessProbe:
711711
httpGet:
712712
path: /healthz

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package oci_lb_controller
2525
var Version = RELEASE_VERSION
2626

2727
const (
28-
RELEASE_VERSION = "0.5.0-alpha.4"
28+
RELEASE_VERSION = "0.5.0-alpha.5"
2929
)
3030

3131
var GitVersion = ""

0 commit comments

Comments
 (0)