From cfc32d2865d4d1060887ef4da6aea62180a4e1d5 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 15 Feb 2025 13:13:54 +0000 Subject: [PATCH] upgrade renew tls tf version to 1.10.3 [ci skip] --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5a36ed2f..eeb6e71d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,7 +93,8 @@ steps: commands: - "apk update && apk add git certbot expect curl gzip" # Install terraform cli - - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" + # - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" + - "curl https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" - "terraform init" - "./modules/kubernetes/setup_tls_secret/renew2.sh" - name: Commit updated certificates