From 34e96804f4966abed44a99dddeb7731d63f958ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:12:28 -0600 Subject: [PATCH] Update ghcr.io/gethomepage/homepage Docker tag to v0.8.10 (#21) * Update ghcr.io/gethomepage/homepage Docker tag to v0.8.10 * update chart * remove whitespace --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Lebens --- charts/homepage/Chart.yaml | 4 ++-- charts/homepage/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/homepage/Chart.yaml b/charts/homepage/Chart.yaml index 2bd2e77..4326768 100644 --- a/charts/homepage/Chart.yaml +++ b/charts/homepage/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: homepage -version: 0.0.8 +version: 0.0.9 description: Chart for benphelps homepage keywords: - dashboard @@ -9,4 +9,4 @@ sources: maintainers: - name: alexlebens icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png -appVersion: v0.8.9 +appVersion: v0.8.10 diff --git a/charts/homepage/values.yaml b/charts/homepage/values.yaml index 90c0cd2..1441f2b 100644 --- a/charts/homepage/values.yaml +++ b/charts/homepage/values.yaml @@ -3,7 +3,7 @@ deployment: strategy: Recreate image: repository: ghcr.io/gethomepage/homepage - tag: v0.8.9 + tag: v0.8.10 imagePullPolicy: IfNotPresent env: envFrom: @@ -13,7 +13,7 @@ deployment: cpu: 50m limits: memory: 512Mi - cpu: 500m + cpu: 500m service: http: port: 3000