upgrade renew tls tf version to 1.10.3 [ci skip]
This commit is contained in:
parent
c0f4ae1783
commit
cfc32d2865
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- "apk update && apk add git certbot expect curl gzip"
|
- "apk update && apk add git certbot expect curl gzip"
|
||||||
# Install terraform cli
|
# 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"
|
- "terraform init"
|
||||||
- "./modules/kubernetes/setup_tls_secret/renew2.sh"
|
- "./modules/kubernetes/setup_tls_secret/renew2.sh"
|
||||||
- name: Commit updated certificates
|
- name: Commit updated certificates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue