Skip to content

Commit

Permalink
Bump the operator version to v0.13.11
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Mar 16, 2023
1 parent 47364ee commit f679598
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.13.10
VERSION ?= v0.13.11
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 @@ -3599,7 +3599,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:v0.13.10
image: quay.io/metallb/metallb-operator:v0.13.11
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 @@ -284,7 +284,7 @@ metadata:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: metallb-operator.v0.13.10
name: metallb-operator.v0.13.11
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -609,7 +609,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/metallb/metallb-operator:v0.13.10
image: quay.io/metallb/metallb-operator:v0.13.11
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -961,7 +961,7 @@ spec:
maturity: alpha
provider:
name: Community
version: 0.13.10
version: 0.13.11
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.13.10
newTag: v0.13.11
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.13.10
image: quay.io/metallb/metallb-operator-bundle-index:v0.13.11
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.13.10
v0.13.11

0 comments on commit f679598

Please sign in to comment.