Skip to content

Commit

Permalink
feat(terraform): update terraform kubernetes to 2.29.0 (#603)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 178469e commit c939157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/kubernetes/secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.28.1"
version = "2.29.0"
}
}
}

0 comments on commit c939157

Please sign in to comment.