Conversation
--- HelmRelease: default/homepage Deployment: default/homepage
+++ HelmRelease: default/homepage Deployment: default/homepage
@@ -51,13 +51,13 @@
- '2'
weight: 2
containers:
- env:
- name: TZ
value: Europe/Lisbon
- image: ghcr.io/gethomepage/homepage:v0.10.9@sha256:b6d732817572f9af99ec168b10641b8f7820f30cfa5a5cc5c68f1e291804bec8
+ image: ghcr.io/gethomepage/homepage:v1.9.0@sha256:7fa7b07a26bd8d90a44bb975c6455b10d8dee467ce674b040750ffb4a0f486d6
name: app
resources:
limits:
memory: 512Mi
requests:
cpu: 15m |
--- 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-5fchfkb4f6
+ name: homepage-helm-values-9t9h5h9bb2
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-5fchfkb4f6
+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-5fchfkb4f6
@@ -1,99 +0,0 @@
----
-apiVersion: v1
-data:
- values.yaml: |
- controllers:
- app:
- replicas: 1
- strategy: RollingUpdate
- containers:
- app:
- image:
- repository: ghcr.io/gethomepage/homepage
- tag: v0.10.9@sha256:b6d732817572f9af99ec168b10641b8f7820f30cfa5a5cc5c68f1e291804bec8
- env:
- TZ: Europe/Lisbon
- 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
- serviceAccount:
- homepage: {}
-kind: ConfigMap
-metadata:
- labels:
- kustomize.toolkit.fluxcd.io/name: homepage
- kustomize.toolkit.fluxcd.io/namespace: flux-system
- name: homepage-helm-values-5fchfkb4f6
- namespace: default
-
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-9t9h5h9bb2
+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-helm-values-9t9h5h9bb2
@@ -0,0 +1,99 @@
+---
+apiVersion: v1
+data:
+ values.yaml: |
+ controllers:
+ app:
+ replicas: 1
+ strategy: RollingUpdate
+ containers:
+ app:
+ image:
+ repository: ghcr.io/gethomepage/homepage
+ tag: v1.9.0@sha256:7fa7b07a26bd8d90a44bb975c6455b10d8dee467ce674b040750ffb4a0f486d6
+ env:
+ TZ: Europe/Lisbon
+ 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
+ serviceAccount:
+ homepage: {}
+kind: ConfigMap
+metadata:
+ labels:
+ kustomize.toolkit.fluxcd.io/name: homepage
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: homepage-helm-values-9t9h5h9bb2
+ namespace: default
+ |
0825f03 to
81598a5
Compare
81598a5 to
6e460fc
Compare
6e460fc to
deb696e
Compare
34a575c to
bac756a
Compare
deb696e to
b49d5f2
Compare
6203558 to
fb4e7e7
Compare
b49d5f2 to
fae095d
Compare
616dc9b to
befabb8
Compare
fae095d to
8742f24
Compare
33c152a to
773bae7
Compare
773bae7 to
9f0cbe4
Compare
9f0cbe4 to
ee899a2
Compare
ee899a2 to
e8f61a5
Compare
e8f61a5 to
06bf283
Compare
06bf283 to
63486ed
Compare
63486ed to
18d0a6c
Compare
18d0a6c to
e87e21c
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:
v0.10.9→v1.9.0Release Notes
gethomepage/homepage (ghcr.io/gethomepage/homepage)
v1.9.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.8.0...v1.9.0
v1.8.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.7.0...v1.8.0
v1.7.0Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.6.1...v1.7.0
v1.6.1Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.6.0...v1.6.1
v1.6.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.5.0...v1.6.0
v1.5.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.4.6...v1.5.0
v1.4.6Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.4.5...v1.4.6
v1.4.5Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.4.4...v1.4.5
v1.4.4Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.4.3...v1.4.4
v1.4.3Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.4.2...v1.4.3
v1.4.2Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.4.1...v1.4.2
v1.4.1Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.4.0...v1.4.1
v1.4.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.3.2...v1.4.0
v1.3.2Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.3.0...v1.3.2
v1.3.1Compare Source
v1.3.0Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.2.0...v1.3.0
v1.2.0What's Changed
total: falseby @kevinastone in #5200New Contributors
Full Changelog: gethomepage/homepage@v1.1.1...v1.2.0
v1.1.1Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.1.0...v1.1.1
v1.1.0Compare Source
What's Changed
Enhancements
Fixes
Updates
New Contributors
Full Changelog: gethomepage/homepage@v1.0.4...v1.1.0
v1.0.4Compare Source
What's Changed
Full Changelog: gethomepage/homepage@v1.0.3...v1.0.4
v1.0.3Compare Source
What's Changed
New Contributors
Full Changelog: gethomepage/homepage@v1.0.2...v1.0.3
v1.0.2Compare Source
This small bug fix fixes a couple of layout issues in v1.0.0 and reverts a change to networking that was in v1.0.1
Please also check out the v1.0 release notes
Full Changelog: gethomepage/homepage@v1.0.0...v1.0.2
v1.0.0Compare Source
Homepage v1.0! 🎉
We're excited to announce the release of homepage v1.0! This release contains a bunch of new widgets, fixes and other improvements, but if you're curious why the major version bump, it's because of the breaking changes included:
HOMEPAGE_ALLOWED_HOSTSenvironment variable (how to do that varies by install type, see the docs)Thank you to our community of contributors, discord chat helpers and our users! We are so proud of the collaboration that goes into keeping this project delightful.
What's Changed
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Lisbon, 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.
This PR was generated by Mend Renovate. View the repository job log.