<#19219 Helm unittest subsystem version &gt;0.3.3 ...
# github-notifications
c
#19219 Helm unittest subsystem version &gt;0.3.3 support Issue created by begemotik Is your feature request related to a problem? Please describe. It seems that the current project used for helm_unittests is no longer supported. Instead the maintainer proceeds the development in <https://github.com/helm-unittest/helm-unittest|the following project
.
Describe the solution you'd like Does it make sense to switch unittesting to the project which is actually maintained? Tried to do it within the configfile
Copy code
[helm-unittest]
version = "0.3.3"
url_template = "<https://github.com/helm-unittest/helm-unittest/releases/download/v{version}/helm-unittest-{platform}-{version}.tgz>"
use_unsupported_version = "warning"
known_versions = [
  "0.3.3|linux_x86_64|8ebe20f77012a5d4e7139760cabe36dd1ea38e40b26f57de3f4165d96bd486ff|21685365",
  "0.3.3|linux_arm64 |7f5e4426428cb9678f971576103df410e6fa38dd19b87fce4729f5217bd5c683|19944514",
  "0.3.3|macos_x86_64|b2298a513b3cb6482ba2e42079c93ad18be8a31a230bd4dffdeb01ec2881d0f5|21497144",
  "0.3.3|macos_arm64 |2365f5b3a99e6fc83218457046378b14039a3992e9ae96a4192bc2e43a33c742|20479438"
]
Errors occured:
Copy code
16:07:27.77 [ERROR] Completed: Run Helm Unittest - pupkins/tests/pup_test.yaml - failed (exit code 1).
unknown flag: --helm3

Error: unknown flag: --helm3
pantsbuild/pants