chore(deps): renovate 2025-03-30

chore(deps): update netbird to v0.39.2 (#265)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update sealed-secrets docker tag to v2.5.8 (#264)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update terraform proxmox to v0.74.0 (#263)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update helm release crossplane to v1.19.1 (#262)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update helm release argo-cd to v7.8.15 (#261)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update ghcr.io/prometheus-community/charts/kube-prometheus-stack docker tag to v70.3.0 (#259)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update media containers (#258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-30 16:16:32 +02:00
committed by Vegard Hagen
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 68d8cfb798
commit 341fba89fa
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: lidarr
image: ghcr.io/home-operations/lidarr:2.10.3 # renovate: docker=ghcr.io/home-operations/lidarr
image: ghcr.io/home-operations/lidarr:2.11.0 # renovate: docker=ghcr.io/home-operations/lidarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: prowlarr
image: ghcr.io/home-operations/prowlarr:1.33.0 # renovate: docker=ghcr.io/home-operations/prowlarr
image: ghcr.io/home-operations/prowlarr:1.33.1 # renovate: docker=ghcr.io/home-operations/prowlarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: radarr
image: ghcr.io/home-operations/radarr:5.21.0 # renovate: docker=ghcr.io/home-operations/radarr
image: ghcr.io/home-operations/radarr:5.22.0 # renovate: docker=ghcr.io/home-operations/radarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
@@ -9,7 +9,7 @@ resources:
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 7.8.13
version: 7.8.15
releaseName: "argocd"
namespace: argocd
valuesFile: values.yaml
@@ -9,4 +9,4 @@ helmCharts:
repo: https://charts.crossplane.io/stable
releaseName: crossplane
namespace: crossplane
version: 1.19.0
version: 1.19.1
@@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: sealed-secrets
repo: oci://registry-1.docker.io/bitnamicharts
version: 2.5.7
version: 2.5.8
releaseName: sealed-secrets-controller
namespace: sealed-secrets
includeCRDs: true
@@ -10,7 +10,7 @@ spec:
sources:
- repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 70.2.1 # renovate: docker=ghcr.io/prometheus-community/charts/kube-prometheus-stack
targetRevision: 70.3.0 # renovate: docker=ghcr.io/prometheus-community/charts/kube-prometheus-stack
helm:
valueFiles:
- $values/k8s/infra/monitoring/prometheus-stack/values.yaml
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
value: "1"
containers:
- name: agent
image: docker.io/netbirdio/netbird:0.39.1 # renovate: docker=docker.io/netbirdio/netbird
image: docker.io/netbirdio/netbird:0.39.2 # renovate: docker=docker.io/netbirdio/netbird
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
@@ -58,7 +58,7 @@ spec:
mountPath: /tmp/netbird
containers:
- name: management
image: docker.io/netbirdio/management:0.39.1 # renovate: docker=docker.io/netbirdio/management
image: docker.io/netbirdio/management:0.39.2 # 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
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
seccompProfile:
type: RuntimeDefault
containers:
- image: docker.io/netbirdio/relay:0.39.1 # renovate: docker=docker.io/netbirdio/relay
- image: docker.io/netbirdio/relay:0.39.2 # renovate: docker=docker.io/netbirdio/relay
imagePullPolicy: IfNotPresent
name: relay
securityContext:
+1 -1
View File
@@ -21,7 +21,7 @@ spec:
type: RuntimeDefault
containers:
- name: signal
image: docker.io/netbirdio/signal:0.39.1 # renovate: docker=docker.io/netbirdio/signal
image: docker.io/netbirdio/signal:0.39.2 # renovate: docker=docker.io/netbirdio/signal
args: [ --port, $(PORT), --log-level, $(LOG_LEVEL), --log-file, console ]
securityContext:
allowPrivilegeEscalation: false
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.73.2"
version = "0.74.0"
}
}
}
+1 -1
View File
@@ -6,7 +6,7 @@ terraform {
}
proxmox = {
source = "bpg/proxmox"
version = "0.73.2"
version = "0.74.0"
}
talos = {
source = "siderolabs/talos"