0

Could someone please give me some pointers on how to push/pull Helm charts to Azure Container Registry using Drone, whether its possible or not?

I could not find any documentation regarding that.

SomeGuyWhoCodes
  • 579
  • 6
  • 19
  • have you had a look at : https://learn.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos, you should be able to use a exec pipeline in Drone to push your chart after you enable the repos in your ACR – djsly Apr 24 '20 at 18:27
  • I did, though it looks like cumbersome process if to be used with Drone. On top of that it needs azure cli. – SomeGuyWhoCodes Apr 24 '20 at 18:30
  • also it would mean I will have to have helm binaries somehow in drone – SomeGuyWhoCodes Apr 24 '20 at 20:21
  • to me its all expected. with any CI tool, you will have to add the required binary to handled the artifact format you want to produce – djsly Apr 25 '20 at 02:47
  • I'm not clear that you want to push/pull Helm charts to ACR using Drone without Helm tool? You do not want t use any tool? – Charles Xu Apr 27 '20 at 09:27

0 Answers0