Joe Julian

Results 367 comments of Joe Julian

401 Unauthorized is part of the authentication sequence and is expected. 403 Forbidden is not and means that the server has forbidden the request. It's not the same as 401...

Without looking at the code, I would imagine this would be very easy. Just look for the existing error and change it to be more friendly. This would make a...

If you have multiple dependencies and remove just one, do you get that error? If you do then I'm not sure if it's a bug. If you don't, then I'd...

Aha. The problem is the removal of the dependency key. That tells the dependency update command to skip updates for the chart. If you want to remove all dependencies, you...

I believe the change would be needed in this function: https://github.com/helm/helm/blob/5bf273d81ba7da1816a55983fae6a6cf4ca29af2/pkg/chartutil/dependencies.go#L118

Are you using the `--atomic` flag? Is the rollback successful?

I believe this sounds like it's working as intended. The resources that remain from an error state are not valid. Helm operates from the last `deployed` state. This is why...

This looks to me like it's resolved. Closing.

I'm going to go ahead and mark this as an unconfirmed bug as I don't have time to build a chart to demonstrate this right now. If someone has time,...

> already talked to knative contributors Is this somewhere you can link to for context? The only possibility that comes to mind is that the 3-way merge is ending up...