Replies: 2 comments
-
that's fair, shouldn't be too hard to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
newest release should be good to go: I've updated the release process: LATEST=$(curl -s https://api.github.com/repos/hyperspike/valkey-operator/releases/latest | jq -cr .tag_name)
curl -sL https://github.com/hyperspike/valkey-operator/releases/download/$LATEST/install.yaml | kubectl create -f - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @dmolik ,
Following two external images should be ideally externalised and configurable and referred to in the CRD file - config/chart/crds/valkey-crd.yaml
line 79 and 83
Regards,
Arpan
Beta Was this translation helpful? Give feedback.
All reactions