From 71d2fbc07b079ac66d65a1b9b109052dc3951df6 Mon Sep 17 00:00:00 2001 From: Maja Bojarska Date: Wed, 20 Aug 2025 22:26:18 +0200 Subject: [PATCH] fix(homepage) Update obsolete homepage doc links (#38666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes No applicable GH issue. Fixes obsolete [homepage](https://gethomepage.dev/) documentation links included the ConfigMap. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 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?** Deployed the diff against my own cluster. **📃 Notes:** Also links to homepage documentation on: - Adding custom CSS & JS — `custom.css`, `custom.js` - the `kubernetes.yaml` config. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] 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/homepage/Chart.yaml | 2 +- charts/stable/homepage/values.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index edb0119f6bc..fa9ce441a07 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -35,5 +35,5 @@ sources: - https://github.com/benphelps/homepage - https://github.com/truecharts/charts/tree/master/charts/stable/homepage type: application -version: 11.4.2 +version: 11.4.3 diff --git a/charts/stable/homepage/values.yaml b/charts/stable/homepage/values.yaml index 11b21a2250e..f46ae073299 100644 --- a/charts/stable/homepage/values.yaml +++ b/charts/stable/homepage/values.yaml @@ -204,14 +204,19 @@ configmap: config: enabled: true data: + # https://gethomepage.dev/configs/custom-css-js/ custom.js: "" custom.css: "" kubernetes.yaml: | + --- + # For configuration options and examples, please see: + # https://gethomepage.dev/configs/kubernetes/ + mode: cluster settings.yaml: | --- # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/settings + # https://gethomepage.dev/configs/ providers: openweathermap: openweathermapapikey @@ -219,7 +224,7 @@ configmap: widgets.yaml: | --- # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/widgets + # https://gethomepage.dev/widgets/ - resources: cpu: true @@ -233,7 +238,7 @@ configmap: services.yaml: | --- # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/services + # https://gethomepage.dev/configs/services/ - Arr: - My First Service: @@ -252,7 +257,7 @@ configmap: bookmarks.yaml: | --- # For configuration options and examples, please see: - # https://gethomepage.dev/latest/configs/bookmarks + # https://gethomepage.dev/configs/bookmarks/ - Developer: - Github: