hyperspike / valkey-operator

A Kubernetes Operator to deploy and manage Valkey Clusters
https://hyperspike.io
Apache License 2.0
35 stars 2 forks source link

Sign image and helm chart #53

Open dmolik opened 2 weeks ago

koalalorenzo commented 2 weeks ago

Hello! Where can we find the Helm Chart? :)

dmolik commented 2 weeks ago

hi @koalalorenzo yes, the chart can be found here: https://github.com/hyperspike/valkey-operator/pkgs/container/valkey-operator-chart

and can be inspected with this command:

helm pull --untar oci://ghcr.io/hyperspike/valkey-operator-chart --version v0.0.27

or just straight installed with:

helm install valkey-operator-chart --namespace valkey-operator-system --create-namespace oci://ghcr.io/hyperspike/valkey-operator-chart --version v0.0.27