feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.2.0 ) - #491
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container)!: Update ghcr.io/gethomepage/homepage ( v1.13.2 → v2.2.0 )#491renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- 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
+ |
--- 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
Bot
force-pushed
the
renovate/ghcr.io-gethomepage-homepage-2.x
branch
2 times, most recently
from
August 21, 2026 20:04
65edee7 to
7ed330e
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-gethomepage-homepage-2.x
branch
from
September 2, 2026 06:45
7ed330e to
87e3180
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.2→v2.2.0Release Notes
gethomepage/homepage (ghcr.io/gethomepage/homepage)
v2.2.0Compare Source
What's Changed
🚀 Features
🐛 Fixes
🔒 Security
🧰 Maintenance
🌐 Translations
📚 Documentation
v2.1.2Compare Source
What's Changed
🐛 Fixes
v2.1.1Compare Source
What's Changed
🧰 Maintenance
🌐 Translations
v2.1.0Compare Source
What's Changed
🚀 Features
🐛 Fixes
🧰 Maintenance
🌐 Translations
v2.0.0Compare Source
What's Changed
🚀 Features
🐛 Fixes
🧰 Maintenance
🌐 Translations
📚 Documentation
Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.