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
{{ message }}
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: