From 60caf2cedccf04c17613a489a35121aa56c96824 Mon Sep 17 00:00:00 2001 From: hanenMizouni Date: Tue, 22 Oct 2024 08:57:48 +0000 Subject: [PATCH] update dependencies Signed-off-by: hanenMizouni --- addons/docker-registry/playbook.yaml | 2 +- bastion/playbook.yaml | 2 +- github_actions/deploy_cluster/action.yml | 6 +++--- terraform.tfvars | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/addons/docker-registry/playbook.yaml b/addons/docker-registry/playbook.yaml index 71f8239..638f9b3 100644 --- a/addons/docker-registry/playbook.yaml +++ b/addons/docker-registry/playbook.yaml @@ -13,7 +13,7 @@ tasks: - name: download helm command: - cmd: /bin/bash -c "mkdir -p ./helm/bin && wget https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz && tar -zxvf helm-v3.10.3-linux-amd64.tar.gz && rm -r helm-v3.10.3-linux-amd64.tar.gz && mv linux-amd64/helm $HELM_BIN && chmod +x $HELM_BIN && rm -r linux-amd64" + cmd: /bin/bash -c "mkdir -p ./helm/bin && wget https://get.helm.sh/helm-v3.16.1-linux-amd64.tar.gz && tar -zxvf helm-v3.16.1-linux-amd64.tar.gz && rm -r helm-v3.16.1-linux-amd64.tar.gz && mv linux-amd64/helm $HELM_BIN && chmod +x $HELM_BIN && rm -r linux-amd64" creates: $HELM_BIN - name: Add twun helm repo command: diff --git a/bastion/playbook.yaml b/bastion/playbook.yaml index f8d83bd..befd7ae 100644 --- a/bastion/playbook.yaml +++ b/bastion/playbook.yaml @@ -15,7 +15,7 @@ - name: download kubectl become: yes vars: - kubectl_version: "v1.24.8" + kubectl_version: "v1.30.3" get_url: url: "https://dl.k8s.io/release/{{ kubectl_version }}/bin/linux/amd64/kubectl" dest: /usr/local/bin/kubectl diff --git a/github_actions/deploy_cluster/action.yml b/github_actions/deploy_cluster/action.yml index ab01276..23790f2 100644 --- a/github_actions/deploy_cluster/action.yml +++ b/github_actions/deploy_cluster/action.yml @@ -21,11 +21,11 @@ inputs: rke_version: description: 'Version of rke to use' required: false - default: "v1.5.2" + default: "v1.6.2" kubernetes_version: description: 'Version of the kubernetes to deploy (See https://github.com/rancher/rke/releases)' required: false - default: "v1.26.11-rancher2-1" + default: "v1.30.4-rancher1-1" bastion_vm_type: description: 'Vm type of bastion instance' required: false @@ -89,7 +89,7 @@ inputs: image_id: description: 'Image ID used for all VMs' required: false - default: "ami-9b41b457" + default: "ami-1111f1b5" runs: using: "composite" steps: diff --git a/terraform.tfvars b/terraform.tfvars index a9d5ef0..dbf009e 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -3,7 +3,7 @@ #region = "eu-west-2" # Ubuntu Image, check latest on https://docs.outscale.com/en/userguide/Official-OMIs-Reference.html -image_id = "ami-9b41b457" # Ubuntu-22.04-2023.02.21-0 (created: 2023-02-21) on us-east-2 +image_id = "ami-a3ca408c" #Ubuntu-22.04-2023.12.04-0 (created: 2024-01-04) on us-east-2 control_plane_vm_type = "tinav6.c4r8p1" control_plane_count = 1 control_plane_volume_type = "io1" @@ -19,7 +19,7 @@ bastion_volume_type = "io1" bastion_volume_size = 15 bastion_iops = 1500 cluster_name = "phandalin" -rke_version = "v1.4.4" -kubernetes_version = "v1.25.6-rancher4-1" # See available version https://github.com/rancher/rke/releases -will_install_ccm = false # Set to true if the CCM of osc will be installed +rke_version = "v1.6.3" +kubernetes_version = "v1.30.5-rancher1-1" +will_install_ccm = false # Set to true if the CCM of osc will be installed public_cloud = false