mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
chore(deps): merge renovate PRs
chore(deps): update keycloak docker tag to v24 chore(deps): update sealed-secrets docker tag to v2.4.11 chore(deps): update ghcr.io/lldap/lldap docker tag to v2024-11-17-debian-rootless chore(deps): update helm release argo-cd to v7.7.3 chore(deps): update netbird to v0.32.0 chore(deps): update dependency siderolabs/talos to v1.8.3 chore(deps): update media containers
This commit is contained in:
committed by
Vegard Hagen
parent
1d3f025625
commit
acd6052af7
@@ -25,7 +25,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: ghcr.io/jellyfin/jellyfin:10.10.1 # renovate: docker=ghcr.io/jellyfin/jellyfin
|
||||
image: ghcr.io/jellyfin/jellyfin:10.10.2 # renovate: docker=ghcr.io/jellyfin/jellyfin
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -28,7 +28,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: plex
|
||||
image: ghcr.io/onedr0p/plex:1.41.1.9057-af5eaea7a # renovate: docker=ghcr.io/onedr0p/plex versioning=loose
|
||||
image: ghcr.io/onedr0p/plex:1.41.2.9200-c6bbc1b53 # renovate: docker=ghcr.io/onedr0p/plex versioning=loose
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -13,5 +13,5 @@ helmCharts:
|
||||
repo: oci://registry-1.docker.io/bitnamicharts
|
||||
releaseName: keycloak
|
||||
namespace: keycloak
|
||||
version: 22.2.3
|
||||
version: 24.2.0
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: lldap-bootstrap
|
||||
image: ghcr.io/lldap/lldap:2024-11-04-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
|
||||
image: ghcr.io/lldap/lldap:2024-11-17-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
|
||||
command: [ /app/bootstrap.sh ]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -28,7 +28,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: lldap
|
||||
image: ghcr.io/lldap/lldap:2024-11-04-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
|
||||
image: ghcr.io/lldap/lldap:2024-11-17-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -9,7 +9,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: argo-cd
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 7.7.0
|
||||
version: 7.7.3
|
||||
releaseName: "argocd"
|
||||
namespace: argocd
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: sealed-secrets
|
||||
repo: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.4.9
|
||||
version: 2.4.11
|
||||
releaseName: sealed-secrets-controller
|
||||
namespace: sealed-secrets
|
||||
includeCRDs: true
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: netbird
|
||||
image: docker.io/netbirdio/netbird:0.31.0 # renovate: docker=docker.io/netbirdio/netbird
|
||||
image: docker.io/netbirdio/netbird:0.32.0 # renovate: docker=docker.io/netbirdio/netbird
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
@@ -23,7 +23,7 @@ idp:
|
||||
|
||||
management:
|
||||
image:
|
||||
tag: 0.31.0 # renovate: docker=docker.io/netbirdio/management
|
||||
tag: 0.32.0 # renovate: docker=docker.io/netbirdio/management
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/zone: abel
|
||||
ingress:
|
||||
@@ -31,7 +31,7 @@ management:
|
||||
|
||||
signal:
|
||||
image:
|
||||
tag: 0.31.0 # renovate: docker=docker.io/netbirdio/signal
|
||||
tag: 0.32.0 # renovate: docker=docker.io/netbirdio/signal
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/zone: abel
|
||||
uri: netbird.stonegarden.dev:443
|
||||
|
||||
@@ -7,7 +7,7 @@ module "talos" {
|
||||
|
||||
image = {
|
||||
version = "v1.8.1"
|
||||
update_version = "v1.8.2" # renovate: github-releases=siderolabs/talos
|
||||
update_version = "v1.8.3" # renovate: github-releases=siderolabs/talos
|
||||
schematic = file("${path.module}/talos/image/schematic.yaml")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user