Skip to content

feat(helm)!: Update chart homarr (6.0.0 → 7.3.0) - abandoned#859

Open
ixxel-bot[bot] wants to merge 1 commit into
mainfrom
renovate/major-7-homarr-genmachine
Open

feat(helm)!: Update chart homarr (6.0.0 → 7.3.0) - abandoned#859
ixxel-bot[bot] wants to merge 1 commit into
mainfrom
renovate/major-7-homarr-genmachine

Conversation

@ixxel-bot

@ixxel-bot ixxel-bot Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
homarr (source) major 6.0.07.3.0

Release Notes

homarr-labs/charts (homarr)

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


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • 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 Mend Renovate.

@ixxel-bot ixxel-bot Bot added app/homarr Changes made to Homarr application env/genmachine Changes made in the Talos cluster renovate/helm type/major labels Sep 29, 2025
@ixxel-bot

ixxel-bot Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor Author
--- main/homarr_gitops_manifests_homarr_genmachine_manifest_main.yaml	2026-04-30 12:35:41.874026015 +0000
+++ pr/homarr_gitops_manifests_homarr_genmachine_manifest_pr.yaml	2026-04-30 12:35:41.260031439 +0000
@@ -1,21 +1,21 @@
 ---
 # Source: homarr/charts/homarr/templates/homarr-secret.yaml
 apiVersion: v1
 kind: Secret
 metadata:
   name: homarr-trusted-certificates-secret
   labels:
-    helm.sh/chart: homarr-6.0.0
+    helm.sh/chart: homarr-7.3.0
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.41.0"
     app.kubernetes.io/managed-by: Helm
 type: Opaque
 stringData:
   authentik-self-signed.crt: ""
   fullstack-wildcard.crt: ""
   int-ca.crt: ""
   root-ca.crt: ""
 ---
 # Source: homarr/charts/homarr/templates/homarr-pvc.yaml
 apiVersion: v1
@@ -29,69 +29,68 @@
   resources:
     requests:
       storage: 2Gi
 ---
 # Source: homarr/charts/homarr/templates/homarr-svc.yaml
 apiVersion: v1
 kind: Service
 metadata:
   name: homarr
   labels:
-    helm.sh/chart: homarr-6.0.0
+    helm.sh/chart: homarr-7.3.0
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.41.0"
     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-6.0.0
+    helm.sh/chart: homarr-7.3.0
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.41.0"
     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-6.0.0
+        helm.sh/chart: homarr-7.3.0
         app.kubernetes.io/name: homarr
         app.kubernetes.io/instance: homarr
-        app.kubernetes.io/version: "v1.39.0"
+        app.kubernetes.io/version: "v1.41.0"
         app.kubernetes.io/managed-by: Helm
     spec:
       securityContext:
         {}
 
-      initContainers:
       containers:
         - name: homarr
           securityContext:
             {}
           image: "ghcr.io/homarr-labs/homarr:v1.59.3"
           imagePullPolicy: IfNotPresent
           ports:
             - name: http
               containerPort: 7575
               protocol: TCP
@@ -149,20 +148,26 @@
             - name: AUTH_OIDC_ISSUER
               value: ""
             - name: AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE
               value: ""
             - name: AUTH_OIDC_SCOPE_OVERWRITE
               value: "openid email profile groups"
             - name: AUTH_PROVIDERS
               value: "credentials"
             - name: AUTH_SESSION_EXPIRY_TIME
               value: "30d"
+            - 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"
@@ -201,24 +206,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-6.0.0
+    helm.sh/chart: homarr-7.3.0
     app.kubernetes.io/name: homarr
     app.kubernetes.io/instance: homarr
-    app.kubernetes.io/version: "v1.39.0"
+    app.kubernetes.io/version: "v1.41.0"
     app.kubernetes.io/managed-by: Helm
   annotations:
     cert-manager.io/cluster-issuer: fredcorp-ca
     cert-manager.io/common-name: homarr.talos-genmachine.fredcorp.com
     traefik.ingress.kubernetes.io/router.entrypoints: websecure
     traefik.ingress.kubernetes.io/service.scheme: https
 spec:
   ingressClassName: traefik
   tls:
     - hosts:
 

@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 4 times, most recently from 00684bb to fd60e78 Compare October 3, 2025 03:23
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 7.1.0) feat(helm)!: Update Chart homarr (5.13.0 → 7.2.0) Oct 4, 2025
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 8 times, most recently from 2e424f7 to f312a2f Compare October 10, 2025 03:28
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update Chart homarr (5.13.0 → 7.2.0) feat(helm)!: Update Chart homarr (5.13.0 → 7.3.0) Oct 11, 2025
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 8 times, most recently from f4065ba to 45a2a14 Compare October 17, 2025 03:29
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 3 times, most recently from f23de15 to 7b836a6 Compare October 20, 2025 03:43
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 9 times, most recently from bdfd58f to 856d4b0 Compare November 10, 2025 03:46
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 6 times, most recently from 74adb9c to 097c0ec Compare November 18, 2025 03:41
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 6 times, most recently from a98f1ca to 9a376c5 Compare November 24, 2025 03:53
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 5 times, most recently from 8edaba4 to 9766414 Compare December 2, 2025 03:48
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-7-homarr-genmachine branch 2 times, most recently from 3c3499c to bcf275f Compare December 4, 2025 03:48
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | homarr  | 6.0.0 | 7.3.0 |


Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
@ixxel-bot

ixxel-bot Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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/genmachine Changes made in the Talos cluster type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants