charts icon indicating copy to clipboard operation
charts copied to clipboard

Hazelcast Official Helm Chart Repository

Results 37 charts issues
Sort by recently updated
recently updated
newest added

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. Release notes Sourced from helm/kind-action's releases. v1.10.0 Requirements We changed to use wget instead of curl What's Changed Update kind to release v0.21.0 by...

dependencies

In `values.yaml` the example for `podAntiAffinity` uses incorrect predicate match on key `app.kubernetes.io/name`.

Due to some constraints, only istio is enabled on my cluster and I am forced to use VirtualService. The only option right now is to add the whole VS with...

I would like to have the possibility to scale up hazelcast and management center based on keda crons

Hi - It seems like the helm chart has no support for exposing a JMX port from management center You can enable this- ``` .Values.mancenter.javaOpts -Dhazelcast.mc.jmx.enabled=true ``` However as far...

Hi, could someone help me understand how to add OIDC configuration to configmap please? I have the details like issuer, endpoints, client id, secret etc just need to know how...

We are deploying hazelcast cluster through helm charts. Our client code (java) creates ring buffers at runtime. The name of the ring buffer is dynamically determined. How do I configure...

hazelcast.loggingLevel=DEBUG Error within pod: `sed: can't create temp file 'logging.propertiesXXXXXX': Read-only file system` Its related to securityContext.readOnlyRootFilesystem that set by default to true.

Hi I have the issue with a lot of .sst files filling the */metrics/datapoints/ from the pod of hazelcast. `[root@kuber01d datapoints]$ pwd /var/lib/kubelet/pods/dc5f6ab7-2905-45fb-97ae-5b2d79ab265a/volumes/kubernetes.io~csi/pvc-f27f201b-645e-4cdc-884b-4f866596ce7a/mount/metrics/datapoints [root@kuber01d datapoints]$ la total 5,6G 4,0K drwxrwsr-x....

One expects setting `gracefulShutdown.enabled: false` does what it says. But indeed this will just result in not passing a `terminationGracePeriodSeconds` value at all and that will result in defaulting to...