Skip to content

Commit 2127fa6

Browse files
committed
Updating testkube helm chart version
1 parent a2c4309 commit 2127fa6

File tree

1 file changed

+3
-1
lines changed
  • terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/110-testkube/10-testkube

1 file changed

+3
-1
lines changed

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/110-testkube/10-testkube/terragrunt.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ locals {
5555
# MODULE PARAMETERS
5656
# These are the variables we have to pass in to use the module specified in the terragrunt configuration above
5757
# ---------------------------------------------------------------------------------------------------------------------
58+
#
59+
# Chart source: https://github.com/kubeshop/helm-charts/tree/main/charts/testkube
5860
inputs = {
5961
repository = "https://kubeshop.github.io/helm-charts"
6062
official_chart_name = "testkube"
6163
user_chart_name = "testkube"
62-
helm_version = "1.0.25"
64+
helm_version = "1.2.43"
6365
namespace = "testkube"
6466
helm_values = file("values.yaml")
6567
}

0 commit comments

Comments
 (0)