Skip to content

Commit

Permalink
Change rke version and vmtype
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jan 24, 2024
1 parent 3da5178 commit 9d0ad5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions github_actions/deploy_cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ inputs:
rke_version:
description: 'Version of rke to use'
required: false
default: "v1.4.10"
default: "v1.5.2"
kubernetes_version:
description: 'Version of the kubernetes to deploy (See https://github.com/rancher/rke/releases)'
required: false
default: "v1.25.13-rancher1-1"
default: "v1.26.11-rancher2-1"
bastion_vm_type:
description: 'Vm type of bastion instance'
required: false
default: "tinav3.c4r8p1"
default: "tinav6.c4r8p1"
bastion_volume_type:
description: 'Volume type of bastion instance'
required: false
Expand All @@ -45,7 +45,7 @@ inputs:
control_plane_vm_type:
description: 'Vm type of control plane instance'
required: false
default: "tinav3.c4r8p1"
default: "tinav6.c4r8p1"
control_plane_count:
description: 'Number of control plane instance'
required: false
Expand All @@ -65,7 +65,7 @@ inputs:
worker_vm_type:
description: 'Vm type of worker instance'
required: false
default: "tinav3.c4r8p1"
default: "tinav6.c4r8p1"
worker_count:
description: 'Number of worker instance'
required: false
Expand Down

0 comments on commit 9d0ad5a

Please sign in to comment.