Michele Sacchetti

Results 8 comments of Michele Sacchetti

This is what happens if you pass a fqdn instaed of ip to 0.4.0 version: ``` ✗ docker run -e"CASSANDRA_HOST_IP=www.google.com" delermando/docker-cassandra-web:v0.4.0 cassandra-web --hosts www.google.com --port 9042 --username cassandra --password cassandra...

no change in output ( I suppose you intended -L debug ) ``` docker run -e"CASSANDRA_HOST_IP=www.google.com -L debug " delermando/docker-cassandra-web:v0.4.0 cassandra-web --hosts www.google.com -L debug --port 9042 --username cassandra --password...

Tested 1.1.0 version on GCP and noticed there is a typo in queries preventing them to work properly, just opened #87 to resolve the problem.

I've one solution to propose 1) default deploy behaviour is the current one with emptyDir 2) if a different volume definition is provided in values file then it's applied as-is,...

hi @h2non thanks for your fast reply! Memory limit was so low just to reproduce the OOMKill behaviour faster. I've already set MALLOC_ARENA_MAX environment as suggested in linked issue and...

I'm running on latest docker image ``` h2non/imaginary latest c579709005d3 12 days ago 226MB ``` ``` /usr/local/bin/imaginary -v 1.2.2 ``` ``` Name: vips Description: Image processing library Version: 8.9.2 ```

> @aroundthecode > > > I've performed such changes on my forked repo for details: [main...aroundthecode:argo-helm:reposerver-pvc](https://github.com/argoproj/argo-helm/compare/main...aroundthecode:argo-helm:reposerver-pvc) > > So, are you able to raise a PR for this, since you...

@snuggie12 ( or anyone) can you please help me with the PR? it seems something is missing in the docs generation but I can't realize what. I've added the helm-docs...