Michael Primeaux

Results 71 comments of Michael Primeaux

While the above-mentioned binary works on an ARM64 host, we’re in k8s and so would need the arm64 container images hosted in a registry. Is there any help I can...

I certainly don’t mind contributing and am also happy to provide an example GitHub Actions workflow. Should I assume [this](https://github.com/codenotary/immudb/blob/1a9282b1a481d50fa216406b7a865e4273a4a826/.github/workflows/push.yml#L222) is the step to model?

Hi @samber. Thanks for taking the time to review and reply. Admittedly, I am not very familiar with mergo. It seems their [merge for maps](https://github.com/imdario/mergo/blob/6d2237a59c57f46c2a9f99d1d57a71fb3efc0943/map.go#L34) of arbitrary depth and structure...

Currently, I only see `0.0.19` in the Helm index even though [0.0.20 seems to be the latest](https://github.com/dgraph-io/charts/blob/31cef32774e847fcae253b92ff751c5e86bde972/charts/dgraph/Chart.yaml#L3). ```shell helm search repo graph NAME CHART VERSION APP VERSION DESCRIPTION dgraph/dgraph 0.0.19...

When will version `0.0.20` be in the Helm index?

I was able to specify the more recent container images from [DockerHub](https://hub.docker.com/r/dgraph/dgraph/tags) in the `image` stanza: ```yaml image: repository: dgraph/dgraph tag: latest pullPolicy: IfNotPresent ``` Hopefully, any changes to the...

Any updates on the v22 version of dgraph?

I'm experiencing this issue where `tlsConfig` is needed as outlined in [cockroach-docs issue 6320](https://github.com/cockroachdb/docs/issues/6320#issuecomment-1728515219). For those interested in a workaround, you can just patch it as outlined in [cockroach issue...

@prafull01 One thing is I didn't increment the minor version of the chart in the above merge PR. I assume there's a different release process that increments or do I...

A bit more information is I can confirm my DHCP 'server' is allocating the DHCP address to `socket_vmnet` as I receive a 'new device detected' alert from my firewall. Tailing...