Skip to content

Commit

Permalink
Bumped binary / provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Nov 4, 2021
1 parent b7cc220 commit abb4bdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ env:
# https://github.com/terraform-linters/tflint-ruleset-azurerm/releases
TFLINT_RULESET_AZURERM_VERSION: "v0.13.2"
# https://github.com/terraform-linters/tflint/releases
TFLINT_VERSION: "v0.33.0"
TFLINT_VERSION: "v0.33.1"

# Env var concatenation is currently not supported at Workflow or Job scope. See workaround below:
# https://github.community/t5/GitHub-Actions/How-can-we-concatenate-multiple-env-vars-at-workflow-and-job/td-p/48489
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
TF_LOG_PATH: terraform.log
TF_LOG: TRACE
# https://github.com/hashicorp/terraform/releases
TF_VERSION: "1.0.8"
TF_VERSION: "1.0.10"
TF_WORKING_DIR: terraform

# Env var concatenation is currently not supported at Workflow or Job scope. See workaround below:
Expand Down
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/Azure/AKS/releases
# az aks get-versions --location eastus --output table
variable "kubernetes_version" {
default = "1.20.9"
default = "1.21.2"
}

# Helm charts
Expand All @@ -26,7 +26,7 @@ variable "nginx_chart_version" {
# https://hub.helm.sh/charts/jetstack/cert-manager
# helm search repo jetstack/cert-manager
variable "cert_manager_chart_version" {
default = "v1.5.4"
default = "v1.6.1"
}

# https://github.com/vmware-tanzu/helm-charts/releases
Expand Down

0 comments on commit abb4bdc

Please sign in to comment.