Skip to content

Commit ec1919a

Browse files
committed
Version 0.3.1
1 parent 36ce68d commit ec1919a

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.3.0
7+
newTag: v0.3.1
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
@@ -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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package oci_lb_controller
2727
var Version = RELEASE_VERSION
2828

2929
const (
30-
RELEASE_VERSION = "0.3.0"
30+
RELEASE_VERSION = "0.3.1"
3131
)
3232

3333
var GitVersion = ""

0 commit comments

Comments
 (0)