Skip to content

Commit

Permalink
Bump metallb version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fedepaol committed Feb 19, 2022
1 parent 11a8f62 commit 7ac539d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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 ?= latest
VERSION ?= v0.12.0
CSV_VERSION = $(shell echo $(VERSION) | sed 's/v//')
ifeq ($(VERSION), latest)
CSV_VERSION := 0.0.0
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ spec:
- /manager
env:
- name: SPEAKER_IMAGE
value: quay.io/metallb/speaker:main
value: quay.io/metallb/speaker:v0.12.1
- name: CONTROLLER_IMAGE
value: quay.io/metallb/controller:main
value: quay.io/metallb/controller:v0.12.1
- name: ENABLE_OPERATOR_WEBHOOK
value: "true"
- name: METALLB_BGP_TYPE
Expand All @@ -434,7 +434,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/metallb/metallb-operator:latest
image: quay.io/metallb/metallb-operator:v0.12.0
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -593,7 +593,7 @@ spec:
maturity: alpha
provider:
name: Community
version: 0.0.0
version: 0.12.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.12.1"
- name: CONTROLLER_IMAGE
value: "quay.io/metallb/controller:main"
value: "quay.io/metallb/controller:v0.12.1"
- name: ENABLE_OPERATOR_WEBHOOK
value: "true"
- name: METALLB_BGP_TYPE
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: latest
newTag: v0.12.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:latest
image: quay.io/metallb/metallb-operator-bundle-index:v0.12.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.12.1
2 changes: 1 addition & 1 deletion hack/operator_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v0.12.0

0 comments on commit 7ac539d

Please sign in to comment.