Skip to content

Commit

Permalink
chore(deps): merge renovate PRs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
renovate[bot] authored and vehagn committed Nov 17, 2024
1 parent 1d3f025 commit acd6052
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/media/jellyfin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/plex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/infra/auth/keycloak/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion k8s/infra/auth/lldap/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion k8s/infra/auth/lldap/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/infra/controllers/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion k8s/infra/controllers/sealed-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/infra/vpn/netbird/agent/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/infra/vpn/netbird/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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:
enabled: false

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
Expand Down
2 changes: 1 addition & 1 deletion tofu/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit acd6052

Please sign in to comment.