You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run helmPackage (actually, or any other helm-specific task).
Expected result:
Plugin fails with error like "no charts are defined and no sources were found under the folder ..."
Actual result:
the following error appears:
A problem was found with the configuration of task ':helmFilterMainChartSources' (type 'HelmFilterSources').
- In plugin 'com.citi.gradle.plugins.helm.command.HelmDownloadClientPlugin' type 'com.citi.gradle.plugins.helm.tasks.HelmFilterSources' property 'sourceDir' doesn't have a configured value.
Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:
1. Assign a value to 'sourceDir'.
2. Mark property 'sourceDir' as optional.
For more information, please refer to https://docs.gradle.org/8.4/userguide/validation_problems.html#value_not_set in the Gradle documentation.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
src/main/helm
helmPackage
(actually, or any other helm-specific task).Expected result:
Plugin fails with error like "no charts are defined and no sources were found under the folder ..."
Actual result:
the following error appears:
The text was updated successfully, but these errors were encountered: