Skip to content

Commit

Permalink
chore(deps): update terraform kubectl to v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 6, 2024
1 parent 96ad338 commit 66570c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/argocd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.17.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/external_secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.17.0"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit 66570c5

Please sign in to comment.