hyperspike / valkey-operator

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

Can't install v0.0.28 via Helm #67

Open ahoka opened 2 days ago

ahoka commented 2 days ago

Pulled: ghcr.io/hyperspike/valkey-operator-chart:v0.0.28 Digest: sha256:6d1fd9e103aa78cf66e2835936f4ff39ceedee8af3cbac5aff19196e602a76fc Error: INSTALLATION FAILED: 1 error occurred:

Env:

colima version 0.7.5 git commit: 1588c066b9ab9dae8205ef265929c7eb43dca473

runtime: docker arch: aarch64 client: v27.2.1 server: v27.1.1

kubernetes Client Version: v1.23.0 Server Version: v1.30.2+k3s1

dmolik commented 2 days ago

helmify dropped single quotes from the metadata target in envs, I've got an issue going: https://github.com/arttor/helmify/issues/151 but I put a temporary fix in-place in the meantime:

please try the latest release ( https://github.com/hyperspike/valkey-operator/releases/tag/v0.0.30 )