chore: upgrade cluster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-10-20 10:38:50 +02:00
parent a5b49dccbc
commit 1650542735
No known key found for this signature in database
5 changed files with 11 additions and 8 deletions

View file

@ -13,7 +13,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.41.0"
version = "1.44.1"
}
ct = {
source = "poseidon/ct"

View file

@ -15,6 +15,14 @@ k3os_workers = {
location = "fsn1"
}
"w2-cax21-hel1-gen5" = {
backups = false
node_type = "worker"
server_type = "cax21"
private_ip = "172.23.2.24"
location = "hel1"
}
"worker3-gen4" = {
backups = false
node_type = "worker"

View file

@ -14,4 +14,4 @@ all:
ansible_host: "95.216.168.169"
k8s_ip: "172.23.2.10"
vars:
k3s_version: v1.27.3+k3s1
k3s_version: v1.28.2+k3s1

View file

@ -6,7 +6,7 @@ metadata:
spec:
chart: traefik
repo: https://traefik.github.io/charts
version: 23.1.0
version: 24.0.0
valuesContent: |-
ports:
web:

View file

@ -1,5 +0,0 @@
---
- name: Prepare nodes
hosts: concourse_workers
roles:
- role: concourse-worker