This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/redis] support redis docker library image (#7745)
* refactor(stable/redis): support redis docker library image BREAKING CHANGES: - `master.args` and `slave.args` are removed. Use `master.command` or `slave.command` instead in order to override the image entrypoint, or `master.extraFlags` to pass additional flags to `redis-server`. - `disableCommands` is now interpreted as an array of strings instead of a string of comma separated values. - `master.persistence.path` now defaults to `/data`. Signed-off-by: Jacob LeGrone <git@jacob.work> * test(stable/redis): add ci values for base images & configurations Signed-off-by: Jacob LeGrone <git@jacob.work>
- Loading branch information
1 parent
0103801
commit b57cf38
Showing
12 changed files
with
847 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b57cf38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi did you try deploy?
after this commit i got an error.
with like exmaple: helm install stable/redis --values values-production.yaml