Skip to content

Commit

Permalink
remove version from subchart (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jun 25, 2025
1 parent a8545f0 commit 0e3a65f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ resource "helm_release" "nodepool_resources" {
name = "nodepool-resources"
description = "Kubernetes Node Autoscaling: built for flexibility, performance, and simplicity"
chart = "./karpenter-resources"
version = local.module_version
namespace = var.namespace

values = [
Expand Down

0 comments on commit 0e3a65f

Please sign in to comment.