Conversation
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
Hi @kiblik the valkey migration is slated for release in the upcoming minor release on November 3rd. The docker compose PR looks ready to roll after your feedback was incorporated. Is there anything left to be implemented in this PR for the helm chart? |
|
So, my original idea was to replace Bitnami Redis with the official Valkey Helm chart. Unfortunately, this is not fully possible because authN issue.
|
|
I hope migration will be easier, and I did not have enough time to come back to it until now. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
5bf0d34 to
854c188
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
bf3a0d5 to
196988a
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
c119d9d to
3695b79
Compare
|
@fernandezcuesta, couple more adjustments were needed (replace I do not have access to @fernandezcuesta, feel free to have one more look (resolve open conversations). @Maffooch, @mtesauro, @rossops, this PR is ready for review. |
@sgissi, thank you for your input. We decided to go with |
dbeb7f9 to
f6eaf76
Compare
valentijnscholten
left a comment
There was a problem hiding this comment.
Thank you @kiblik for looking in to this, great job. For the docker compose setup we have chosen not to rename anything to keep it simple. But that setup only uses a volume named "xxx_redis". For the helm chart there are more value and options at play so it makes sense to rename them.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
* feat(helm): Use Valkey Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> * apply changes from @fernandezcuesta Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> * adjustments Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> --------- Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix #13323
#13331 was replaced only in
docker-compose. This PR replaces it in the HELM chart as well.Official Valkey HELM charts would require too many customisations; we needed something more developed. https://artifacthub.io/packages/helm/cloudpirates-valkey/valkey supported many fields that are compatible with the previous Bitnami stack.
There are multiple places that are mentioned in release notes.