Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform kubectl to v1.19.0 #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Terraform kubectl to v1.19.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 17, 2025
commit 5b2533011c168e410c35ddcb794515200db100d4
2 changes: 1 addition & 1 deletion terraform/gcp/modules/argocd/versions.tf
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.19.0"
}
helm = {
source = "hashicorp/helm"
2 changes: 1 addition & 1 deletion terraform/gcp/modules/external_secrets/versions.tf
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
version = "1.19.0"
}
helm = {
source = "hashicorp/helm"
Loading