Skip to content

Commit

Permalink
fix: helm version causing errors
Browse files Browse the repository at this point in the history
fixes the authentication error on api_version client.authentication.k8s.io/v1alpha1
  • Loading branch information
vazkarvishal authored Jul 9, 2022
1 parent 415c50b commit 2f572bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.4"
version = "~> 2.5.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit 2f572bb

Please sign in to comment.