From 43068d64cd912c945bb21d547a35bbd2f6d9d10b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 31 May 2023 00:09:05 +0200 Subject: [PATCH] chore(metallb): fix some remaining issues (#9301) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten --- charts/enterprise/metallb-config/Chart.yaml | 2 +- charts/operators/metallb/Chart.yaml | 2 +- charts/operators/metallb/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/enterprise/metallb-config/Chart.yaml b/charts/enterprise/metallb-config/Chart.yaml index 7cbef056294..7c1c0072e92 100644 --- a/charts/enterprise/metallb-config/Chart.yaml +++ b/charts/enterprise/metallb-config/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 1.1.0 +version: 1.1.1 annotations: truecharts.org/catagories: | - core diff --git a/charts/operators/metallb/Chart.yaml b/charts/operators/metallb/Chart.yaml index d03f640049b..5a114630f85 100644 --- a/charts/operators/metallb/Chart.yaml +++ b/charts/operators/metallb/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 9.0.4 +version: 9.0.5 annotations: truecharts.org/catagories: | - operators diff --git a/charts/operators/metallb/values.yaml b/charts/operators/metallb/values.yaml index e516f54808b..d66af8cd5d7 100644 --- a/charts/operators/metallb/values.yaml +++ b/charts/operators/metallb/values.yaml @@ -79,6 +79,7 @@ workload: METALLB_ML_SECRET_KEY_PATH: "/etc/ml_secret_key" METALLB_NAMESPACE: "{{$.Release.Namespace}}" securityContext: + runAsUser: 0 capabilities: add: - NET_RAW