From 45b06399765a3f40366e5573099d0fd1d3a48a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sat, 31 Jan 2026 18:27:32 +0100 Subject: [PATCH] fix(unit-tests): fix homepage annotation tests (#44389) 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._ --- .../library/common-test/tests/ingress/homepage_test.yaml | 8 ++++---- charts/library/common/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/library/common-test/tests/ingress/homepage_test.yaml b/charts/library/common-test/tests/ingress/homepage_test.yaml index 3dab73b6e10..896d0b1955e 100644 --- a/charts/library/common-test/tests/ingress/homepage_test.yaml +++ b/charts/library/common-test/tests/ingress/homepage_test.yaml @@ -133,7 +133,7 @@ tests: gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path gethomepage.dev/widget.url: https://test-release-name-common-test.test-release-namespace.svc:9443 - gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/widget.type: commontest gethomepage.dev/widget.version: "1" gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) @@ -195,7 +195,7 @@ tests: gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path gethomepage.dev/widget.url: http://test-release-name-common-test-my-service2.test-release-namespace.svc:80 - gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/widget.type: commontest gethomepage.dev/widget.version: "2" gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) @@ -218,7 +218,7 @@ tests: gethomepage.dev/name: TestReleaseName gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://test-host/test-path - gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) - documentIndex: &fifthIngressDoc 6 isKind: @@ -231,7 +231,7 @@ tests: gethomepage.dev/name: TestReleaseName gethomepage.dev/description: Helper chart to test different use cases of the common library gethomepage.dev/href: https://no-paths-host/ - gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp + gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent) # Failures diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 7a804c24a35..22e1a539d6a 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ type: library -version: 28.29.44 +version: 28.29.45