-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: argo-cd can deploy Redis HA (#270)
* feat: argo-cd can deploy Redis HA Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: add unarchived subchart redis-ha Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: Redis HA upgraded since 4.3.4 contains a bug on the chart Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * docs: how to configure Redis and Redis HA * fix: add missing chart folder Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: Helm bug with subcharts and alias * fix: Chart version * fix: Remove archived subcharts Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: lint script Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * Revert "fix: lint script" This reverts commit f4b81cb. * fix: lint and publish scripts Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: align test-image versions Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: remove sudo from scripts Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: add required repositories to helm Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: simplify expression Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> * fix: bump up chart version Signed-off-by: Carlos Juan Gómez Peñalver <[email protected]> Co-authored-by: Spencer Gilbert <[email protected]>
- Loading branch information
1 parent
567e7ce
commit d7da8e8
Showing
42 changed files
with
1,951 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
output | ||
.vscode | ||
.DS_Store | ||
*.tgz | ||
**/*.tgz |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
appVersion: 5.0.6 | ||
description: Highly available Kubernetes implementation of Redis | ||
engine: gotpl | ||
home: http://redis.io/ | ||
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png | ||
keywords: | ||
- redis | ||
- keyvalue | ||
- database | ||
maintainers: | ||
- email: [email protected] | ||
name: ssalaues | ||
- email: [email protected] | ||
name: dandydeveloper | ||
name: redis-ha | ||
sources: | ||
- https://redis.io/download | ||
- https://github.com/scality/Zenko/tree/development/1.0/kubernetes/zenko/charts/redis-ha | ||
- https://github.com/oliver006/redis_exporter | ||
version: 4.4.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
approvers: | ||
- ssalaues | ||
- dandydeveloper | ||
reviewers: | ||
- ssalaues | ||
- dandydeveloper |
Oops, something went wrong.