Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Flag for manipulation of helm chart path in target repository #73

Open
stolec opened this issue Jan 29, 2021 · 0 comments
Open

Flag for manipulation of helm chart path in target repository #73

stolec opened this issue Jan 29, 2021 · 0 comments

Comments

@stolec
Copy link

stolec commented Jan 29, 2021

Hi,

first of all, thank you for providing such a nice tool for a pushing command with the helm tool.
I am using Helm v3
Nice work!

However, I have an issue or perhaps a suggestion for a change request.

While pushing a helm chart from local to remote repository, the plugin builds a path where the helm chart will be stored in the destination repository, i.e.:
helm push-artifactory mychart-0.3.2.tgz my-remote-repo
Pushing mychart-0.3.2.tgz to https://my-artifactory/my-remote-repo/mychart/mychart-0.3.2.tgz...

I have not found any possibility to manipulate this path.
What I would like to achive is to remove the folder name representing the helm chart name (in this case mychart/), where the helm chart is going to be stored and to save it in the repo directly without the folder structure.
So, instead of:
Pushing mychart-0.3.2.tgz to https://my-artifactory/my-remote-repo/mychart/mychart-0.3.2.tgz...
this one:
Pushing mychart-0.3.2.tgz to https://my-artifactory/my-remote-repo/mychart-0.3.2.tgz...

As you can see, the helm chart should be stored in my-remote-repo directly, without 'mychart' folder inbetween.

In my opinion, it could be implemented via an additional configuration flag.

Would you implement this feature or do you plan to implement it in the near future?
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant