Out of date authentication API version for Kubernetes? #478
-
|
I am getting the following error message when using the Gruntwork modules: How do I address this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is due to the Kubernetes library dependencies of the We are currently working on a fix for Refer to hashicorp/terraform-provider-helm#893 for more info. |
Beta Was this translation helpful? Give feedback.
-
|
@yorinasub17 Thanks for the info! If anyone is looking for a quick fix, this worked for us in the top-level |
Beta Was this translation helpful? Give feedback.
This is due to the Kubernetes library dependencies of the
helmprovider being upgraded beyond 1.24.x, where thev1alpha1API was removed.We are currently working on a fix for
kubergruntto be compatible with generating av1beta1auth token. In the meantime, it is recommended to work around this by pinning thehelmprovider version to2.5.1, the last known version to work withv1alpha1. You can pin the provider version by following the same strategy recommended in #187.Refer to hashicorp/terraform-provider-helm#893 for more info.