Skip to content

Commit

Permalink
Bump the metallb / operator versions
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Feb 13, 2024
1 parent d41878c commit e28fbb4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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 ?= main
VERSION ?= v0.14.0
CSV_VERSION = $(shell echo $(VERSION) | sed 's/v//')
ifeq ($(VERSION), main)
CSV_VERSION := 0.0.0
Expand Down
8 changes: 4 additions & 4 deletions bin/metallb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3907,9 +3907,9 @@ spec:
- /manager
env:
- name: SPEAKER_IMAGE
value: quay.io/metallb/speaker:main
value: quay.io/metallb/speaker:v0.14.3
- name: CONTROLLER_IMAGE
value: quay.io/metallb/controller:main
value: quay.io/metallb/controller:v0.14.3
- name: METALLB_BGP_TYPE
value: native
- name: FRR_IMAGE
Expand All @@ -3922,7 +3922,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:main
image: quay.io/metallb/metallb-operator:v0.14.0
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -3984,7 +3984,7 @@ spec:
env:
- name: METALLB_BGP_TYPE
value: native
image: quay.io/metallb/controller:main
image: quay.io/metallb/controller:v0.14.3
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ metadata:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: metallb-operator.v0.0.0
name: metallb-operator.v0.14.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -683,9 +683,9 @@ spec:
- /manager
env:
- name: SPEAKER_IMAGE
value: quay.io/metallb/speaker:main
value: quay.io/metallb/speaker:v0.14.3
- name: CONTROLLER_IMAGE
value: quay.io/metallb/controller:main
value: quay.io/metallb/controller:v0.14.3
- name: METALLB_BGP_TYPE
value: native
- name: FRR_IMAGE
Expand All @@ -698,7 +698,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:main
image: quay.io/metallb/metallb-operator:v0.14.0
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -1071,7 +1071,7 @@ spec:
maturity: alpha
provider:
name: Community
version: 0.0.0
version: 0.14.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions config/manager/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ spec:
- name: manager
env:
- name: SPEAKER_IMAGE
value: "quay.io/metallb/speaker:main"
value: "quay.io/metallb/speaker:v0.14.3"
- name: CONTROLLER_IMAGE
value: "quay.io/metallb/controller:main"
value: "quay.io/metallb/controller:v0.14.3"
- name: METALLB_BGP_TYPE
value: "native"
- name: FRR_IMAGE
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: main
newTag: v0.14.0
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:main
image: quay.io/metallb/metallb-operator-bundle-index:v0.14.0
publisher: github.com/metallb/metallb-operator
sourceType: grpc
---
Expand Down
2 changes: 1 addition & 1 deletion hack/metallb_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
v0.14.3
2 changes: 1 addition & 1 deletion hack/operator_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
v0.14.0

0 comments on commit e28fbb4

Please sign in to comment.