fix(helm): update metallb ( 0.15.2 → 0.15.3 ) [neo]#885
Open
home0ps[bot] wants to merge 1 commit intomainfrom
Open
fix(helm): update metallb ( 0.15.2 → 0.15.3 ) [neo]#885home0ps[bot] wants to merge 1 commit intomainfrom
home0ps[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/neo/apps/network/metallb/app Kustomization: flux-system/metallb HelmRelease: network/metallb
+++ kubernetes/neo/apps/network/metallb/app Kustomization: flux-system/metallb HelmRelease: network/metallb
@@ -13,13 +13,13 @@
spec:
chart: metallb
sourceRef:
kind: HelmRepository
name: metallb
namespace: flux-system
- version: 0.15.2
+ version: 0.15.3
install:
createNamespace: true
remediation:
retries: 3
interval: 30m
maxHistory: 2 |
Contributor
Author
--- HelmRelease: network/metallb ClusterRole: network/metallb:controller
+++ HelmRelease: network/metallb ClusterRole: network/metallb:controller
@@ -65,12 +65,13 @@
- bfdprofiles.metallb.io
- bgpadvertisements.metallb.io
- bgppeers.metallb.io
- ipaddresspools.metallb.io
- l2advertisements.metallb.io
- communities.metallb.io
+ - configurationstates.metallb.io
verbs:
- create
- delete
- get
- list
- patch
@@ -80,7 +81,27 @@
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- list
- watch
+- apiGroups:
+ - metallb.io
+ resources:
+ - configurationstates
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - metallb.io
+ resources:
+ - configurationstates/status
+ verbs:
+ - get
+ - patch
+ - update
--- HelmRelease: network/metallb Deployment: network/metallb-controller
+++ HelmRelease: network/metallb Deployment: network/metallb-controller
@@ -29,17 +29,18 @@
securityContext:
fsGroup: 65534
runAsNonRoot: true
runAsUser: 65534
containers:
- name: controller
- image: quay.io/metallb/controller:v0.15.2
+ image: quay.io/metallb/controller:v0.15.3
args:
- --port=7472
- --log-level=info
- --lb-class=metallb
+ - --webhook-mode=enabled
- --tls-min-version=VersionTLS12
env: null
ports:
- name: monitoring
containerPort: 7472
- containerPort: 9443 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.2→0.15.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
metallb/metallb (metallb)
v0.15.3Compare Source
See the release notes for the details:
https://metallb.universe.tf/release-notes/#version-0-15-3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.