mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-01-27 02:19:10 +00:00
chore(deps): renovate 2025-10-25
chore(deps): update netbird (#408) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update cilium (#411) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release argo-cd to v9 (#412) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release kube-prometheus-stack to v77.14.0 (#410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update ghcr.io/authelia/authelia docker tag to v4.39.13 (#407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.68 (#404) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update media containers (#401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update docker/login-action action to v3.6.0 (#403) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release node-feature-discovery to v0.18.2 (#409) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update docker.io/grafana/grafana docker tag to v12.2.1 (#414) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update ghcr.io/home-operations/lidarr docker tag to v3 (#425) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release kube-prometheus-stack to v78 (#426) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release cert-manager to v1.19.1 (#424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release authelia to v0.10.47 (#415) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update helm release cloudnative-pg to v0.26.1 (#416) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update proxmox-csi-plugin docker tag to v0.3.16 (#417) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update cloudflare/cloudflared docker tag to v2025.10.0 (#418) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update grafana-operator docker tag to v5.20.0 (#423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update ghcr.io/advplyr/audiobookshelf docker tag to v2.30.0 (#422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Vegard Hagen
parent
6fd4d4b15c
commit
c9d054231e
2
.github/workflows/build-devcontainer.yaml
vendored
2
.github/workflows/build-devcontainer.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: lidarr
|
||||
image: ghcr.io/home-operations/lidarr:2.14.3 # renovate: docker=ghcr.io/home-operations/lidarr
|
||||
image: ghcr.io/home-operations/lidarr:3.0.0 # renovate: docker=ghcr.io/home-operations/lidarr
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: prowlarr
|
||||
image: ghcr.io/home-operations/prowlarr:2.1.2 # renovate: docker=ghcr.io/home-operations/prowlarr
|
||||
image: ghcr.io/home-operations/prowlarr:2.1.5 # renovate: docker=ghcr.io/home-operations/prowlarr
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: radarr
|
||||
image: ghcr.io/home-operations/radarr:6.0.0 # renovate: docker=ghcr.io/home-operations/radarr
|
||||
image: ghcr.io/home-operations/radarr:6.0.2 # renovate: docker=ghcr.io/home-operations/radarr
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.29.0 # renovate: docker=ghcr.io/advplyr/audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.30.0 # renovate: docker=ghcr.io/advplyr/audiobookshelf
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: ghcr.io/jellyfin/jellyfin:10.10.7 # renovate: docker=ghcr.io/jellyfin/jellyfin
|
||||
image: ghcr.io/jellyfin/jellyfin:10.11.0 # renovate: docker=ghcr.io/jellyfin/jellyfin
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -27,7 +27,7 @@ helmCharts:
|
||||
repo: https://charts.authelia.com
|
||||
releaseName: authelia
|
||||
namespace: authelia
|
||||
version: 0.10.46
|
||||
version: 0.10.47
|
||||
valuesFile: values.yaml
|
||||
|
||||
patches:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: authelia/authelia
|
||||
tag: 4.39.10 # renovate: docker=ghcr.io/authelia/authelia
|
||||
tag: 4.39.13 # renovate: docker=ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
pod:
|
||||
|
||||
@@ -20,7 +20,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: argo-cd
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 8.5.7
|
||||
version: 9.0.5
|
||||
releaseName: "argocd"
|
||||
namespace: argocd
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -10,7 +10,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
version: v1.18.2 # renovate: github-releases=cert-manager/cert-manager
|
||||
version: v1.19.1 # renovate: github-releases=cert-manager/cert-manager
|
||||
releaseName: cert-manager
|
||||
namespace: cert-manager
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -10,7 +10,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: node-feature-discovery
|
||||
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
|
||||
version: 0.17.4
|
||||
version: 0.18.2
|
||||
releaseName: nfd
|
||||
includeCRDs: true
|
||||
namespace: node-feature-discovery
|
||||
|
||||
@@ -11,5 +11,5 @@ helmCharts:
|
||||
releaseName: cnpg
|
||||
namespace: cnpg-system
|
||||
includeCRDs: true
|
||||
version: 0.26.0
|
||||
version: 0.26.1
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -33,7 +33,7 @@ spec:
|
||||
allow_assign_grafana_admin: "true"
|
||||
role_attribute_path: contains(grafana[*], 'grafana_admin') && 'GrafanaAdmin' || contains(grafana[*], 'admin') && 'Admin' || contains(grafana[*], 'editor') && 'Editor' || 'Viewer'
|
||||
auto_login: "true"
|
||||
version: 12.2.0 # renovate: docker=docker.io/grafana/grafana
|
||||
version: 12.2.1 # renovate: docker=docker.io/grafana/grafana
|
||||
deployment:
|
||||
spec:
|
||||
template:
|
||||
|
||||
@@ -16,6 +16,6 @@ helmCharts:
|
||||
repo: oci://ghcr.io/grafana/helm-charts
|
||||
includeCRDs: true
|
||||
namespace: grafana
|
||||
version: v5.19.4 # renovate: github-releases=grafana/grafana-operator
|
||||
version: v5.20.0 # renovate: github-releases=grafana/grafana-operator
|
||||
releaseName: grafana-operator
|
||||
valuesFile: ./values.yaml
|
||||
|
||||
@@ -11,6 +11,6 @@ helmCharts:
|
||||
repo: https://prometheus-community.github.io/helm-charts
|
||||
includeCRDs: true
|
||||
namespace: monitoring
|
||||
version: 77.12.0
|
||||
version: 78.5.0
|
||||
releaseName: kube-prometheus-stack
|
||||
valuesFile: ./values.yaml
|
||||
|
||||
@@ -10,7 +10,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: cilium
|
||||
repo: https://helm.cilium.io
|
||||
version: 1.18.2 # renovate: github-releases=cilium/cilium
|
||||
version: 1.18.3 # renovate: github-releases=cilium/cilium
|
||||
releaseName: "cilium"
|
||||
includeCRDs: true
|
||||
namespace: kube-system
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2025.9.1 # renovate: docker=cloudflare/cloudflared
|
||||
image: cloudflare/cloudflared:2025.10.0 # renovate: docker=cloudflare/cloudflared
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- tunnel
|
||||
|
||||
@@ -49,7 +49,7 @@ spec:
|
||||
mountPath: /opt/adguardhome/conf
|
||||
containers:
|
||||
- name: adguard
|
||||
image: docker.io/adguard/adguardhome:v0.107.66 # renovate: docker=docker.io/adguard/adguardhome
|
||||
image: docker.io/adguard/adguardhome:v0.107.68 # renovate: docker=docker.io/adguard/adguardhome
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: proxmox-csi-plugin
|
||||
repo: oci://ghcr.io/sergelogvinov/charts
|
||||
version: 0.3.14
|
||||
version: 0.3.16
|
||||
releaseName: proxmox-csi-plugin
|
||||
includeCRDs: true
|
||||
namespace: csi-proxmox
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
value: "1"
|
||||
containers:
|
||||
- name: agent
|
||||
image: docker.io/netbirdio/netbird:0.58.2 # renovate: docker=docker.io/netbirdio/netbird
|
||||
image: docker.io/netbirdio/netbird:0.59.8 # renovate: docker=docker.io/netbirdio/netbird
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: dashboard
|
||||
image: docker.io/netbirdio/dashboard:v2.18.1 # renovate: docker=docker.io/netbirdio/dashboard
|
||||
image: docker.io/netbirdio/dashboard:v2.20.1 # renovate: docker=docker.io/netbirdio/dashboard
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
mountPath: /tmp/netbird
|
||||
containers:
|
||||
- name: management
|
||||
image: docker.io/netbirdio/management:0.58.2 # renovate: docker=docker.io/netbirdio/management
|
||||
image: docker.io/netbirdio/management:0.59.8 # renovate: docker=docker.io/netbirdio/management
|
||||
args: [ --dns-domain, $(DNS_DOMAIN), --log-level, $(LOG_LEVEL), --log-file, console, --idp-sign-key-refresh-enabled ]
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- image: docker.io/netbirdio/relay:0.58.2 # renovate: docker=docker.io/netbirdio/relay
|
||||
- image: docker.io/netbirdio/relay:0.59.8 # renovate: docker=docker.io/netbirdio/relay
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: relay
|
||||
securityContext:
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: signal
|
||||
image: docker.io/netbirdio/signal:0.58.2 # renovate: docker=docker.io/netbirdio/signal
|
||||
image: docker.io/netbirdio/signal:0.59.8 # renovate: docker=docker.io/netbirdio/signal
|
||||
args: [ --port, $(PORT), --log-level, $(LOG_LEVEL), --log-file, console ]
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: cilium-install
|
||||
image: quay.io/cilium/cilium-cli:v0.18.7 # renovate: github-releases=cilium/cilium-cli
|
||||
image: quay.io/cilium/cilium-cli:v0.18.8 # renovate: github-releases=cilium/cilium-cli
|
||||
env:
|
||||
- name: KUBERNETES_SERVICE_HOST
|
||||
valueFrom:
|
||||
@@ -75,7 +75,7 @@ spec:
|
||||
command:
|
||||
- cilium
|
||||
- install
|
||||
- --version=v1.18.2 # renovate: github-releases=cilium/cilium
|
||||
- --version=v1.18.3 # renovate: github-releases=cilium/cilium
|
||||
- --set
|
||||
- kubeProxyReplacement=true
|
||||
- --values
|
||||
|
||||
Reference in New Issue
Block a user