Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error "The filename, directory name, or volume label syntax is incorrect" occurs when running helmwave build on Win #805

Closed
dpr-dev opened this issue Dec 10, 2023 · 2 comments
Assignees
Labels
bug Something isn't working windows

Comments

@dpr-dev
Copy link

dpr-dev commented Dec 10, 2023

Describe the bug

When trying to build the release on Windows computers, we get an error when using oci repositories. Only reproduces on windows. Running the same script in wsl gives the expected result

Example config

version: "0.32.3"  

registries:
  - host: us-docker.pkg.dev
    username: oauth2accesstoken
    password: {{ requiredEnv "GOOGLE_ACCESS_TOKEN"}}

releases: 
  - name: sql-auth-proxy
    chart: 
      name: oci://us-docker.pkg.dev/p-r3o-ci-cd/helm/sql-auth-proxy
      version: 0.1.0
    namespace: db
    create_namespace: true 
    wait: true
    max_history: 5

General info (please complete the following information):

  • OS: Windows
  • Helmwave Version: 0.32.3, 0.33.0

To Reproduce
Just try to build the template above (probably the same behavior with other registry artifacts like github)

Expected behavior
Template is rendered, plan is created

Screenshots / Stdout
image

@dpr-dev dpr-dev added the bug Something isn't working label Dec 10, 2023
@zhilyaev
Copy link
Member

#809

@zhilyaev
Copy link
Member

I don't want to play the "correct-paths-game" on the Windows OS family. I recommend everyone use WSL.
Feel free to reopen this issue if you have any concerns about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

3 participants