Skip to content

Commit

Permalink
Merge branch 'onedr0p:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricesemti80 authored Nov 16, 2024
2 parents e2f3213 + 3bacd8a commit 8d26cc5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ securityContext:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
socketLB:
hostNamespaceOnly: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ serviceAccount:
service:
name: kube-dns
clusterIP: "#{ bootstrap_service_network | nthhost(10) }#"
replicaCount: 2
servers:
- zones:
- zone: .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/budimanjojo/talhelper/master/pkg/config/schemas/talconfig.json
---
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
talosVersion: v1.8.2
talosVersion: v1.8.3
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: v1.31.2

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cloudflare==3.1.0
dnspython==2.7.0
email-validator==2.2.0
makejinja==2.6.2
makejinja==2.7.0
netaddr==1.3.0
ntplib==0.4.0

0 comments on commit 8d26cc5

Please sign in to comment.