Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add valkey service type #385

Merged
merged 1 commit into from
Nov 3, 2024
Merged

feat: add valkey service type #385

merged 1 commit into from
Nov 3, 2024

Conversation

shreddedbacon
Copy link
Member

Adds a supporting valkey service type for the recently released Valkey images.

Currently the redis and valkey types are identical except for the name. But if the projects diverge further, or there are changes specific to Valkey that need to be made, the new type should be used.

This may be difficult for existing users that currently use the redis service types since changing types in Lagoon is not currently possible without significant effort. With #274 though, it would be possible to delete a redis service and create a new one called valkey. Persistent versions using this would experience data loss.

@shreddedbacon shreddedbacon added this to the 2.22.0 milestone Oct 21, 2024
@shreddedbacon shreddedbacon marked this pull request as ready for review October 21, 2024 20:45
@shreddedbacon shreddedbacon force-pushed the valkey-service-type branch 3 times, most recently from befb312 to 3aa66f0 Compare October 30, 2024 04:01
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected, thanks!

@tobybellwood tobybellwood merged commit 72bcaf0 into main Nov 3, 2024
2 checks passed
@tobybellwood tobybellwood deleted the valkey-service-type branch November 3, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants