Skip to content

Commit abb4bdc

Browse files
committed
Bumped binary / provider versions
1 parent b7cc220 commit abb4bdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ env:
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

.github/workflows/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
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:

terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/Azure/AKS/releases
77
# az aks get-versions --location eastus --output table
88
variable "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
2828
variable "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

0 commit comments

Comments
 (0)