Skip to content

Commit

Permalink
Bump to 0.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed May 2, 2024
1 parent 3590b95 commit de3bcec
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

# Current Operator version
VERSION ?= v0.14.1
VERSION ?= v0.14.2
CSV_VERSION = $(shell echo $(VERSION) | sed 's/v//')
ifeq ($(VERSION), main)
CSV_VERSION := 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion bin/metallb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3827,7 +3827,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:v0.14.1
image: quay.io/metallb/metallb-operator:v0.14.2
name: manager
ports:
- containerPort: 9443
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ metadata:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: metallb-operator.v0.14.1
name: metallb-operator.v0.14.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -866,7 +866,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:v0.14.1
image: quay.io/metallb/metallb-operator:v0.14.2
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -1240,7 +1240,7 @@ spec:
minKubeVersion: 1.26.0
provider:
name: Community
version: 0.14.1
version: 0.14.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ patchesStrategicMerge:
images:
- name: controller
newName: quay.io/metallb/metallb-operator
newTag: v0.14.1
newTag: v0.14.2
2 changes: 1 addition & 1 deletion config/olm-install/install-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
namespace: mymetallb
spec:
displayName: MetalLB Operator Upstream
image: quay.io/metallb/metallb-operator-bundle-index:v0.14.1
image: quay.io/metallb/metallb-operator-bundle-index:v0.14.2
publisher: github.com/metallb/metallb-operator
sourceType: grpc
---
Expand Down
2 changes: 1 addition & 1 deletion hack/operator_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.1
v0.14.2

0 comments on commit de3bcec

Please sign in to comment.