Skip to content

Commit

Permalink
Merge pull request ChristianLempa#448 from ChristianLempa/renovate/ku…
Browse files Browse the repository at this point in the history
…bernetes-2.x

chore(deps): update terraform kubernetes to v2.33.0
  • Loading branch information
ChristianLempa authored Oct 12, 2024
2 parents 50d312e + 4b47334 commit 4ebdd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/kubernetes/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.32.0"
version = "2.33.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.32.0"
version = "2.33.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit 4ebdd47

Please sign in to comment.