File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 # https://github.com/terraform-linters/tflint-ruleset-azurerm/releases
6767 TFLINT_RULESET_AZURERM_VERSION : " v0.13.2"
6868 # https://github.com/terraform-linters/tflint/releases
69- TFLINT_VERSION : " v0.33.0 "
69+ TFLINT_VERSION : " v0.33.1 "
7070
7171 # Env var concatenation is currently not supported at Workflow or Job scope. See workaround below:
7272 # https://github.community/t5/GitHub-Actions/How-can-we-concatenate-multiple-env-vars-at-workflow-and-job/td-p/48489
Original file line number Diff line number Diff line change 5555 TF_LOG_PATH : terraform.log
5656 TF_LOG : TRACE
5757 # https://github.com/hashicorp/terraform/releases
58- TF_VERSION : " 1.0.8 "
58+ TF_VERSION : " 1.0.10 "
5959 TF_WORKING_DIR : terraform
6060
6161 # Env var concatenation is currently not supported at Workflow or Job scope. See workaround below:
Original file line number Diff line number Diff line change 66# https://github.com/Azure/AKS/releases
77# az aks get-versions --location eastus --output table
88variable "kubernetes_version" {
9- default = " 1.20.9 "
9+ default = " 1.21.2 "
1010}
1111
1212# Helm charts
@@ -26,7 +26,7 @@ variable "nginx_chart_version" {
2626# https://hub.helm.sh/charts/jetstack/cert-manager
2727# helm search repo jetstack/cert-manager
2828variable "cert_manager_chart_version" {
29- default = " v1.5.4 "
29+ default = " v1.6.1 "
3030}
3131
3232# https://github.com/vmware-tanzu/helm-charts/releases
You can’t perform that action at this time.
0 commit comments