From 7cd31aa4fa83ed1bd7254617774323e4d6ba4947 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 26 Nov 2025 22:26:19 +0100 Subject: [PATCH] feat(flood): move to containerforge container (#42119) 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 - [ ] 📜 Documentation Changes **🧪 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 changes to the documentation - [ ] 🧪 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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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._ --- charts/stable/flood/Chart.yaml | 2 +- charts/stable/flood/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 7e7156bd974..c034735bdf7 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -40,5 +40,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flood - https://hub.docker.com/r/jesec/flood type: application -version: 16.14.0 +version: 16.15.0 diff --git a/charts/stable/flood/values.yaml b/charts/stable/flood/values.yaml index 55177a2cb7a..f6f5cfbfda4 100644 --- a/charts/stable/flood/values.yaml +++ b/charts/stable/flood/values.yaml @@ -1,7 +1,7 @@ image: - repository: docker.io/jesec/flood + repository: oci.trueforge.org/containerforge/flood pullPolicy: IfNotPresent - tag: 4.11.0@sha256:4b92628572d0b4ff740ca2d1e0262cf8e368cd39aa9e693a6dc2f681d71aadd2 + tag: "4.11.0" workload: main: podSpec: