Babis K

Results 8 issues of Babis K

I get a `chmod` error: `read-only file system` when using the CSI driver. This error was not there 3 months ago. The image hash that I see the problem is...

Hello, I've been using this fine library for an internal project and I need to define project templates. I've done some work and I've added some basic models that create...

Decode method in client is able to handle files. Requires Go 1.16. This is reflected on the change in workflows and the go.mod created in the tests. ### PR checklist...

**Is your feature request related to a problem? Please describe.** The dependency grpc-gateway used is in version 1 which the creator [suggests to be updated](https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v1.16.0) **Describe the solution you'd like**...

enhancement
dependencies
go

Solves #84. The implementation follows the flow of the `templates` folder, but considers that `crds` folder is optional.

The [chart file structure](https://helm.sh/docs/topics/charts/) reserves a directory named `crds` where the chart creator can put CRD yamls to be installed along with the application. This is currently not supported in...

Fixes: #9837 **Related**: #7284 **Merge before/after**: _Dependent or prerequisite PRs_ **Description** Respect the dependency graph between helm releases during clean up. Levels of the graph are cleaned on reverse order...

size/M

**Expected behavior** `skaffold dev` removes helm releases in the reverse order compared to installing them. **Actual behavior** `skaffold dev` removes helm releases in the same order as istalling them. **Information**...