Skip to content

improvements(helm chart): fix setup job command line argument parsing failure due to trailing backslash and other improvements#1819

Merged
Eugeny merged 3 commits intowarp-tech:mainfrom
SachinMaharana:fix/helm-chart
Mar 26, 2026
Merged

improvements(helm chart): fix setup job command line argument parsing failure due to trailing backslash and other improvements#1819
Eugeny merged 3 commits intowarp-tech:mainfrom
SachinMaharana:fix/helm-chart

Conversation

@SachinMaharana
Copy link
Copy Markdown
Contributor

@SachinMaharana SachinMaharana commented Mar 23, 2026

  • When deploying with
    helm install warpgate ./helm/warpgate -n warpgate --set image.tag=0.21.1 --set setup.type=job

i get the following error:

error: unexpected argument ' --http-port' found 

The leading space before --http-port — because \ (backslash + space) is an escaped space character in shell, not a line continuation.

  • also removed hard-coded values from the ingress templates
  • added an option to deploy obejcts managed with this helm chart

@SachinMaharana
Copy link
Copy Markdown
Contributor Author

@Eugeny The PR fixes some of the issues i faced while deploying in our environment.

@SachinMaharana SachinMaharana changed the title fix(helm chart): setup job command line argument parsing failure due to trailing backslash improvements(helm chart): fix setup job command line argument parsing failure due to trailing backslash and other improvements Mar 24, 2026
@Eugeny
Copy link
Copy Markdown
Member

Eugeny commented Mar 26, 2026

Thank you!

@Eugeny Eugeny merged commit c5a6c5b into warp-tech:main Mar 26, 2026
13 of 17 checks passed
@SachinMaharana
Copy link
Copy Markdown
Contributor Author

When you plan to release Warpgate 0.22.0, could you also create a release tag (e.g. chart-vX.Y.Z)? That will trigger the Helm chart publishing. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants