Dimitris Karakasilis
Dimitris Karakasilis
Another blocker: When `epinio push` is run, Epinio pulls the default application chart from GitHub. We should find a way to either make the path to the default app chart...
`rancher/helm-controller:v0.12.1` needs to be mirrored too
> When epinio push is run, Epinio pulls the default application chart from GitHub. We should find a way to either make the path to the default app chart configurable...
> `rancher/helm-controller:v0.12.1` needs to be mirrored too @andreas-kupries reminder ;)
> > > `rancher/helm-controller:v0.12.1` needs to be mirrored too > > > > > > @andreas-kupries reminder ;) > > @jimmykarily Can you tell me where it was needed ?...
It makes me wonder if the condition here works as expected: https://github.com/epinio/helm-charts/blob/3ece8553d285058bd2cfa7feb62b9e57a51f3b86/chart/epinio/templates/helm-controller.yaml#L1 I mean, I was testing on a "rancher cluster", the whole file should have been skipped (?)
@braunsonm we've discussed that in the past and the team felt that a different plan for each set of configuration options makes more sense for a markeplace (same solution as...
Let's keep this issue open to give it a try. We have [a similar issue](https://github.com/epinio/epinio/issues/1252) open for the application chart. Maybe the solution can work for both (e.g. a yaml...
This is a nice feature indeed. It makes sense to skip the files, not only during staging but also when uploading the code. This needs to be implemented in every...
We should look for some "standard" way to define files/directories. I wonder if all the tools use some standard (e.g. gitignore, cfignore etc). Using a standard would make it easier...