Łukasz Oleś

Results 8 comments of Łukasz Oleś

It looks like it was merged 28 days ago https://github.com/containernetworking/cni/pull/578 and it's not included in 0.6.0 version :( Version 0.7.0 was not released yet. Do we want to update to...

Sorry but this project is not maintained anymore.

@moxious this command worked just fine: ```bash helm repo add neo4j-helm https://neo4j-contrib.github.io/neo4j-helm/ ``` Then I was able to install neo4j using `helm install my-neo4j neo4j-helm/neo4j --version 4.2.0-1` I've found the...

Before implementing it we need a skeleton for plugins/providers creation. It also may be related to a delegated storage. For example, we may have a TypeInstance which refers to installed...

For a MongoDB we will move `replicas` and other fields to an additional input.

`json.schema` files are not generated in `bitnami` charts, so each one is maintained manually. There is a project [bitnami-labs/readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) which also can generate JSON schema but currently it's not used.

@thinkerou @appleboy @Jarch09, can I somehow help with merging the PR?