Skip to content

feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.2.0 ) - #491

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-gethomepage-homepage-2.x
Open

feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.2.0 )#491
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-gethomepage-homepage-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage major v1.13.2v2.2.0

Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage)

v2.2.0

Compare Source

What's Changed

🚀 Features

🐛 Fixes

🔒 Security

🧰 Maintenance

🌐 Translations

📚 Documentation

v2.1.2

Compare Source

What's Changed
🐛 Fixes

v2.1.1

Compare Source

⚠️ Note: version 2.1.1 contains an error with parsing YAML configuration files that may affect some users, please upgrade to 2.1.2 to bypass that issue.

What's Changed
🧰 Maintenance
🌐 Translations

v2.1.0

Compare Source

What's Changed
🚀 Features
🐛 Fixes
🧰 Maintenance
🌐 Translations

v2.0.0

Compare Source

What's Changed
⚠️ Breaking Changes
🚀 Features
🐛 Fixes
🧰 Maintenance
🌐 Translations
📚 Documentation

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Aug 15, 2026

Copy link
Copy Markdown
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: homepage-helm-values-6m6bcfk767
+    name: homepage-helm-values-m5fbk975bb
 
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-6m6bcfk767

+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-6m6bcfk767

@@ -1,102 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    controllers:
-      app:
-        replicas: 1
-        strategy: RollingUpdate
-        containers:
-          app:
-            image:
-              repository: ghcr.io/gethomepage/homepage
-              tag: v1.13.2@sha256:a0b71c8e757298d02560186bab9fbe3fc2d375c523a62cc1019177b37e48aa28
-            env:
-              TZ: Europe/Lisbon
-              HOMEPAGE_ALLOWED_HOSTS: ..PLACEHOLDER_SECRET_PRIVATE_DOMAIN..,newtab...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-            resources:
-              requests:
-                cpu: 15m
-                memory: 200M
-              limits:
-                memory: 512Mi
-    defaultPodOptions:
-      affinity:
-        nodeAffinity:
-          preferredDuringSchedulingIgnoredDuringExecution:
-            - weight: 1
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "1"
-            - weight: 2
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "2"
-    service:
-      app:
-        controller: app
-        ports:
-          http:
-            port: 3000
-    ingress:
-      homepage:
-        annotations:
-          traefik.ingress.kubernetes.io/router.entrypoints: websecure
-        className: traefik-private
-        hosts:
-          - host: &homepage-path ..PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
-            paths:
-              - path: /
-                pathType: Prefix
-                service:
-                  identifier: app
-                  port: http
-        tls:
-          - secretName: --PLACEHOLDER_SECRET_PRIVATE_DOMAIN---tls
-            hosts:
-              - *homepage-path
-      homepage-public:
-        annotations:
-          traefik.ingress.kubernetes.io/router.entrypoints: websecure
-          cert-manager.io/cluster-issuer: letsencrypt-production
-          external-dns.alpha.kubernetes.io/target: ..PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-        className: traefik-public
-        hosts:
-          - host: &homepage-public-path newtab...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-            paths:
-              - path: /
-                pathType: Prefix
-                service:
-                  identifier: app
-                  port: http
-        tls:
-          - secretName: newtab---PLACEHOLDER_SECRET_PUBLIC_DOMAIN1---tls
-            hosts:
-              - *homepage-public-path
-    persistence:
-      config:
-        enabled: true
-        type: nfs
-        server: ..PLACEHOLDER_SECRET_NFS_ADDR..
-        path: /Documents
-        globalMounts:
-          - path: /app/config
-            subPath: Homepage/config
-          - path: /app/public/icons
-            subPath: Homepage/public/icons
-    serviceAccount:
-      homepage: {}
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: homepage
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: homepage-helm-values-6m6bcfk767
-  namespace: default
-
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-m5fbk975bb

+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-m5fbk975bb

@@ -0,0 +1,102 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    controllers:
+      app:
+        replicas: 1
+        strategy: RollingUpdate
+        containers:
+          app:
+            image:
+              repository: ghcr.io/gethomepage/homepage
+              tag: v2.2.0@sha256:753eeb0cc22ab7baad39ed47cbd1aae14e193dd1b264e965f193a9ea1d1e1bdd
+            env:
+              TZ: Europe/Lisbon
+              HOMEPAGE_ALLOWED_HOSTS: ..PLACEHOLDER_SECRET_PRIVATE_DOMAIN..,newtab...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+            resources:
+              requests:
+                cpu: 15m
+                memory: 200M
+              limits:
+                memory: 512Mi
+    defaultPodOptions:
+      affinity:
+        nodeAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+            - weight: 1
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "1"
+            - weight: 2
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "2"
+    service:
+      app:
+        controller: app
+        ports:
+          http:
+            port: 3000
+    ingress:
+      homepage:
+        annotations:
+          traefik.ingress.kubernetes.io/router.entrypoints: websecure
+        className: traefik-private
+        hosts:
+          - host: &homepage-path ..PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
+            paths:
+              - path: /
+                pathType: Prefix
+                service:
+                  identifier: app
+                  port: http
+        tls:
+          - secretName: --PLACEHOLDER_SECRET_PRIVATE_DOMAIN---tls
+            hosts:
+              - *homepage-path
+      homepage-public:
+        annotations:
+          traefik.ingress.kubernetes.io/router.entrypoints: websecure
+          cert-manager.io/cluster-issuer: letsencrypt-production
+          external-dns.alpha.kubernetes.io/target: ..PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+        className: traefik-public
+        hosts:
+          - host: &homepage-public-path newtab...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+            paths:
+              - path: /
+                pathType: Prefix
+                service:
+                  identifier: app
+                  port: http
+        tls:
+          - secretName: newtab---PLACEHOLDER_SECRET_PUBLIC_DOMAIN1---tls
+            hosts:
+              - *homepage-public-path
+    persistence:
+      config:
+        enabled: true
+        type: nfs
+        server: ..PLACEHOLDER_SECRET_NFS_ADDR..
+        path: /Documents
+        globalMounts:
+          - path: /app/config
+            subPath: Homepage/config
+          - path: /app/public/icons
+            subPath: Homepage/public/icons
+    serviceAccount:
+      homepage: {}
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: homepage
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: homepage-helm-values-m5fbk975bb
+  namespace: default
+

@github-actions

github-actions Bot commented Aug 15, 2026

Copy link
Copy Markdown
--- HelmRelease: default/homepage Deployment: default/homepage

+++ HelmRelease: default/homepage Deployment: default/homepage

@@ -53,13 +53,13 @@

       containers:
       - env:
         - name: HOMEPAGE_ALLOWED_HOSTS
           value: ..PLACEHOLDER_SECRET_PRIVATE_DOMAIN..,newtab...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
         - name: TZ
           value: Europe/Lisbon
-        image: ghcr.io/gethomepage/homepage:v1.13.2@sha256:a0b71c8e757298d02560186bab9fbe3fc2d375c523a62cc1019177b37e48aa28
+        image: ghcr.io/gethomepage/homepage:v2.2.0@sha256:753eeb0cc22ab7baad39ed47cbd1aae14e193dd1b264e965f193a9ea1d1e1bdd
         name: app
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 15m

@renovate renovate Bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.0.0 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.1.0 ) Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-2.x branch 2 times, most recently from 65edee7 to 7ed330e Compare August 21, 2026 20:04
@renovate renovate Bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.1.0 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.1.2 ) Aug 21, 2026
@renovate renovate Bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.1.2 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.2.0 ) Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-2.x branch from 7ed330e to 87e3180 Compare September 2, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants