chore: upgrade cluster
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a5b49dccbc
commit
1650542735
5 changed files with 11 additions and 8 deletions
|
@ -13,7 +13,7 @@ terraform {
|
|||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "1.41.0"
|
||||
version = "1.44.1"
|
||||
}
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Prepare nodes
|
||||
hosts: concourse_workers
|
||||
roles:
|
||||
- role: concourse-worker
|
Loading…
Reference in a new issue