Results 8 comments of Timothy Harris

> Hey @travis-sobeck, the Image Updater - in its default configuration - will change application parameters on the `Application` CRs it updates, effectively changing the `Application`'s spec. I can just...

So I finally got this to work. I will leave this here for others who may run into the same issue. Note that the **helm-spec** did **not** work for me....

@Dwisf - I ran into this issue and finally figured out the annotations to make this work with write-back. See my comment on #186. Maybe this will help.

A good example of a use case for this is the [dotnet monitor](https://github.com/dotnet/dotnet-monitor). It expects to communicate with the dotnet service over a socket mounted in as a volume. See:...

@agray : This is my first real run in with the .NET world and nunit. I have a use case which is the following. Multiple NUnit dll's. Need to execute...

Same problem here. Pretty important for us as it breaks our preferred development flow.

What's the status on this one? We would really like to be able to use a common helm chart and the image updater together and this is blocking.

Checking in as well. Can see that PR #636 is merged. Does that cover all the needed use cases? Is there a release where this functionality is targeted?