From c1eaea2ccab16127401c76049bc218a657f0776c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 28 Apr 2025 20:44:09 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/gethome?= =?UTF-8?q?page/homepage=20v1.1.1=20=E2=86=92=20v1.1.2=20(#34875)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `be49a60` -> `4d7e7d9` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/homepage/Chart.yaml | 4 ++-- charts/stable/homepage/values.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index 70d468d634d..cfc4318c320 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.1.1 +appVersion: 1.1.2 dependencies: - name: common version: 25.4.10 @@ -35,5 +35,5 @@ sources: - https://github.com/benphelps/homepage - https://github.com/truecharts/charts/tree/master/charts/stable/homepage type: application -version: 10.1.1 +version: 10.1.2 diff --git a/charts/stable/homepage/values.yaml b/charts/stable/homepage/values.yaml index b4587d33e93..b1e37c32352 100644 --- a/charts/stable/homepage/values.yaml +++ b/charts/stable/homepage/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/gethomepage/homepage - tag: v1.1.1@sha256:be49a60307fcce7909acdaf2f3b2f3d168a0468d62869bf72d380625dde91fb9 + tag: v1.1.2@sha256:4d7e7d9bb04a5db64547c5db9b88ed0f74d2105d0fa67a111af8b264fc4bb1ec pullPolicy: IfNotPresent workload: @@ -189,7 +189,6 @@ persistence: type: "configmap" objectName: config - serviceAccount: main: enabled: true