Skip to content

Commit

Permalink
pass release_version for helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 22, 2025
1 parent d710c2a commit 8a0d068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ inputs = {
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
# kubectl_image_tag = include.root.inputs.kubectl_image_tag
release_version = include.root.inputs.release_version
}

0 comments on commit 8a0d068

Please sign in to comment.