Updated providers in kubernetes section

This commit is contained in:
Max Pfeiffer
2026-01-04 08:38:02 +01:00
parent c9fc58993c
commit 21bd44adb2
2 changed files with 13 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "3.1.0"
version = "3.1.1"
}
}
}