Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 2eb7f86 commit da9b4d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions showroom-cluster/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.82.1"
}
helm = {
source = "hashicorp/helm"
version = "2.11.0"
version = "2.16.1"
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.18.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.23.0"
version = "2.35.0"
}
random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.6.3"
}
}
}

0 comments on commit da9b4d3

Please sign in to comment.