feat(helm)!: Update Chart homarr (5.13.0 → 8.13.0)#919
Open
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
Open
feat(helm)!: Update Chart homarr (5.13.0 → 8.13.0)#919pipelines-github-app[bot] wants to merge 1 commit intomainfrom
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- main/homarr_gitops_manifests_homarr_beelink_manifest_main.yaml 2026-03-10 04:28:27.034229273 +0000
+++ pr/homarr_gitops_manifests_homarr_beelink_manifest_pr.yaml 2026-03-10 04:28:26.449217117 +0000
@@ -37,95 +37,94 @@
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.13.0
app.kubernetes.io/name: homarr
app.kubernetes.io/instance: homarr
- app.kubernetes.io/version: "v1.39.0"
+ app.kubernetes.io/version: "v1.54.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-5.13.0
+ helm.sh/chart: homarr-8.13.0
app.kubernetes.io/name: homarr
app.kubernetes.io/instance: homarr
- app.kubernetes.io/version: "v1.39.0"
+ app.kubernetes.io/version: "v1.54.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-5.13.0
+ helm.sh/chart: homarr-8.13.0
app.kubernetes.io/name: homarr
app.kubernetes.io/instance: homarr
- app.kubernetes.io/version: "v1.39.0"
+ app.kubernetes.io/version: "v1.54.0"
app.kubernetes.io/managed-by: Helm
spec:
securityContext:
{}
- initContainers:
containers:
- name: homarr
securityContext:
{}
image: "ghcr.io/homarr-labs/homarr:v1.55.0"
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 7575
protocol: TCP
livenessProbe:
+ failureThreshold: 3
httpGet:
path: /api/health/live
port: 7575
initialDelaySeconds: 10
- timeoutSeconds: 1
periodSeconds: 10
- failureThreshold: 3
+ timeoutSeconds: 1
readinessProbe:
+ failureThreshold: 3
httpGet:
path: /api/health/ready
port: 7575
initialDelaySeconds: 10
- timeoutSeconds: 1
periodSeconds: 10
- failureThreshold: 3
+ timeoutSeconds: 1
env:
- name: ENABLE_DOCKER
value: "false"
- name: ENABLE_KUBERNETES
value: "false"
- name: AUTH_LDAP_GROUP_CLASS
value: "groupOfUniqueNames"
- name: AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE
value: "member"
- name: AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE
@@ -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.13.0
app.kubernetes.io/name: homarr
app.kubernetes.io/instance: homarr
- app.kubernetes.io/version: "v1.39.0"
+ app.kubernetes.io/version: "v1.54.0"
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:
|
f5f8de2 to
f1f058e
Compare
d0cf8b5 to
cd5e3f3
Compare
22986a3 to
049b728
Compare
b456f46 to
f8fd519
Compare
0a78b17 to
3576c7d
Compare
f444818 to
3a527d0
Compare
7c9b6f4 to
9328f17
Compare
2e351c3 to
36276a4
Compare
467c83b to
3a12d2b
Compare
ef944b8 to
de1fc74
Compare
0eb7c6a to
2a265a5
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | homarr | 5.13.0 | 8.13.0 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
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:
5.13.0->8.13.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
homarr-labs/charts (homarr)
v8.13.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.12.2...homarr-8.13.0
v8.12.2Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.12.1...homarr-8.12.2
v8.12.1Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.12.0...homarr-8.12.1
v8.12.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.11.0...homarr-8.12.0
v8.11.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.10.0...homarr-8.11.0
v8.10.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.9.1...homarr-8.10.0
v8.9.1Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.9.0...homarr-8.9.1
v8.9.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.8.1...homarr-8.9.0
v8.8.1Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.8.0...homarr-8.8.1
v8.8.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.7.0...homarr-8.8.0
v8.7.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.6.0...homarr-8.7.0
v8.6.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.5.0...homarr-8.6.0
v8.5.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.4.4...homarr-8.5.0
v8.4.4Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.4.3...homarr-8.4.4
v8.4.3Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.4.2...homarr-8.4.3
v8.4.2Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
New Contributors
Full Changelog: homarr-labs/charts@homarr-8.4.1...homarr-8.4.2
v8.4.1Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.4.0...homarr-8.4.1
v8.4.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.3.0...homarr-8.4.0
v8.3.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-8.2.3...homarr-8.3.0
v8.2.3Compare 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.2Compare 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.1Compare 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.0Compare 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.1Compare 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.0Compare 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.0Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-7.3.0...homarr-8.0.0
v7.3.0Compare 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.0Compare 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.0Compare 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.0Compare 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.0Compare 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.
This PR has been generated by Renovate Bot.