Skip to content

Conversation

@pipelines-github-app
Copy link
Contributor

@pipelines-github-app pipelines-github-app bot commented Oct 16, 2025

This PR contains the following updates:

Package Update Change
homarr (source) major 5.13.0 -> 8.2.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

homarr-labs/charts (homarr)

v8.2.3

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.2.2...homarr-8.2.3

v8.2.2

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.2.1...homarr-8.2.2

v8.2.1

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.2.0...homarr-8.2.1

v8.2.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.1.1...homarr-8.2.0

v8.1.1

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.1.0...homarr-8.1.1

v8.1.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-8.0.0...homarr-8.1.0

v8.0.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

  • feat(database): Allow storing SECRET_ENCRYPTION_KEY in a separate sec… by @​oben01 in #​171

Full Changelog: homarr-labs/charts@homarr-7.3.0...homarr-8.0.0

v7.3.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-7.2.0...homarr-7.3.0

v7.2.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-7.1.0...homarr-7.2.0

v7.1.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-7.0.0...homarr-7.1.0

v7.0.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-6.0.0...homarr-7.0.0

v6.0.0

Compare Source

A Helm chart to deploy homarr for Kubernetes

What's Changed

Full Changelog: homarr-labs/charts@homarr-5.13.0...homarr-6.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@pipelines-github-app pipelines-github-app bot added app/homarr Changes made to Homarr application env/beelink Changes made in the k0s cluster renovate/helm Changes related to Helm Chart update type/major labels Oct 16, 2025
@pipelines-github-app
Copy link
Contributor Author

pipelines-github-app bot commented Oct 16, 2025

--- main/homarr_gitops_manifests_homarr_beelink_manifest_main.yaml	2025-11-15 03:36:25.082203029 +0000
+++ pr/homarr_gitops_manifests_homarr_beelink_manifest_pr.yaml	2025-11-15 03:36:24.461199929 +0000
@@ -37,69 +37,68 @@
     requests:
       storage: 2Gi
   volumeName: "pv-homarr-data"
 ---
 # Source: homarr/charts/homarr/templates/homarr-svc.yaml
 apiVersion: v1
 kind: Service
 metadata:
   name: homarr
   labels:
-    helm.sh/chart: homarr-5.13.0
+    helm.sh/chart: homarr-8.2.3
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.43.3"
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   ipFamilyPolicy: SingleStack
   ports:
     - name: app
       port: 7575
       protocol: TCP
       targetPort: http
   selector:
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
 ---
 # Source: homarr/charts/homarr/templates/homarr-dc.yaml
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: homarr
   labels:
-    helm.sh/chart: homarr-5.13.0
+    helm.sh/chart: homarr-8.2.3
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.43.3"
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
   strategy:
     type: RollingUpdate
   selector:
     matchLabels:
       app.kubernetes.io/name: homarr
       app.kubernetes.io/instance: homarr
   template:
     metadata:
       labels:
-        helm.sh/chart: homarr-5.13.0
+        helm.sh/chart: homarr-8.2.3
         app.kubernetes.io/name: homarr
         app.kubernetes.io/instance: homarr
-        app.kubernetes.io/version: "v1.39.0"
+        app.kubernetes.io/version: "v1.43.3"
         app.kubernetes.io/managed-by: Helm
     spec:
       securityContext:
         {}
 
-      initContainers:
       containers:
         - name: homarr
           securityContext:
             {}
           image: "ghcr.io/homarr-labs/homarr:v1.43.3"
           imagePullPolicy: IfNotPresent
           ports:
             - name: http
               containerPort: 7575
               protocol: TCP
@@ -147,20 +146,26 @@
             - name: AUTH_OIDC_ISSUER
               value: "https://authentik.k0s-fullstack.fredcorp.com/application/o/fullstack-homarr/"
             - name: AUTH_OIDC_SCOPE_OVERWRITE
               value: "openid email profile groups"
             - name: AUTH_OIDC_URI
               value: "https://authentik.k0s-fullstack.fredcorp.com/application/o/authorize/"
             - name: AUTH_PROVIDERS
               value: "credentials,oidc"
             - name: AUTH_SESSION_EXPIRY_TIME
               value: "1h"
+            - name: ENABLE_DNS_CACHING
+              value: "false"
+            - name: LOG_LEVEL
+              value: "info"
+            - name: NO_EXTERNAL_CONNECTION
+              value: "false"
             - name: TZ
               value: "Europe/Paris"
             - name: DB_MIGRATIONS_DISABLED
               value: "false"
             - name: DB_DRIVER
               value: "better-sqlite3"
             - name: DB_DIALECT
               value: "sqlite"
             - name: DB_URL
               value: "/appdata/db.sqlite"
@@ -170,21 +175,21 @@
                   name: oidc-homarr
                   key: client-id
             - name: AUTH_OIDC_CLIENT_SECRET
               valueFrom:
                 secretKeyRef:
                   name: oidc-homarr
                   key: client-secret
             - name: SECRET_ENCRYPTION_KEY
               valueFrom:
                 secretKeyRef:
-                  name: db-secret
+                  name: db-encryption
                   key: db-encryption-key
 
           resources:
             {}
           volumeMounts:
             - name: homarr-trusted-certificates
               mountPath: /appdata/trusted-certificates/authentik-self-signed.crt
               subPath: authentik-self-signed.crt
               readOnly: true
             - name: homarr-trusted-certificates
@@ -209,24 +214,24 @@
         - name: homarr-database
           persistentVolumeClaim:
             claimName: homarr-database
 ---
 # Source: homarr/charts/homarr/templates/homarr-ingress.yaml
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: homarr
   labels:
-    helm.sh/chart: homarr-5.13.0
+    helm.sh/chart: homarr-8.2.3
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.43.3"
     app.kubernetes.io/managed-by: Helm
   annotations:
     cert-manager.io/cluster-issuer: fredcorp-ca
     cert-manager.io/common-name: homarr.k0s-fullstack.fredcorp.com
     traefik.ingress.kubernetes.io/router.entrypoints: websecure
     traefik.ingress.kubernetes.io/service.scheme: https
 spec:
   ingressClassName: traefik
   tls:
     - hosts:
 

@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 3 times, most recently from f5f8de2 to f1f058e Compare October 17, 2025 03:29
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.0.0) feat(helm)!: Update Chart homarr (5.13.0 → 8.1.0) Oct 18, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 2 times, most recently from d0cf8b5 to cd5e3f3 Compare October 18, 2025 03:23
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.1.0) feat(helm)!: Update Chart homarr (5.13.0 → 8.1.1) Oct 19, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 7 times, most recently from 22986a3 to 049b728 Compare October 24, 2025 03:29
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.1.1) feat(helm)!: Update Chart homarr (5.13.0 → 8.2.0) Oct 25, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 7 times, most recently from b456f46 to f8fd519 Compare October 31, 2025 03:39
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.2.0) feat(helm)!: Update Chart homarr (5.13.0 → 8.2.1) Nov 1, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 2 times, most recently from 0a78b17 to 3576c7d Compare November 1, 2025 03:39
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 7 times, most recently from 9a26b7e to 2afd404 Compare November 7, 2025 03:39
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.2.1) feat(helm)!: Update Chart homarr (5.13.0 → 8.2.2) Nov 8, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch 9 times, most recently from f444818 to 3a527d0 Compare November 14, 2025 03:41
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 8.2.2) feat(helm)!: Update Chart homarr (5.13.0 → 8.2.3) Nov 15, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch from 3a527d0 to 95d771e Compare November 15, 2025 03:10
| datasource | package | from   | to    |
| ---------- | ------- | ------ | ----- |
| helm       | homarr  | 5.13.0 | 8.2.3 |


Co-authored-by: renovate[bot] <[email protected]>
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-8-homarr-beelink branch from 95d771e to c1802fe Compare November 15, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app/homarr Changes made to Homarr application env/beelink Changes made in the k0s cluster renovate/helm Changes related to Helm Chart update type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant