-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade memcached chart and mcrouter image, move to chart v2 spec (#67)
- Loading branch information
1 parent
d647088
commit dd1d524
Showing
5 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: memcached | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 5.8.1 | ||
digest: sha256:fead351d85d3f01ea9fc3ef025eea24422b9a3ead7ec3f7cf14db71334029f24 | ||
generated: "2021-04-05T23:34:55.074093+02:00" |
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,7 +1,8 @@ | ||
apiVersion: v1 | ||
apiVersion: v2 | ||
name: mcrouter | ||
home: https://github.com/facebook/mcrouter | ||
version: 0.1.2 | ||
icon: https://img.stackshare.io/service/4370/G7xgmEZ.png | ||
version: 0.2.0 | ||
appVersion: 0.40.0 | ||
description: Mcrouter is a memcached protocol router for scaling memcached deployments. | ||
sources: | ||
|
@@ -10,4 +11,8 @@ sources: | |
maintainers: | ||
- name: davidkarlsen | ||
email: [email protected] | ||
engine: gotpl | ||
dependencies: | ||
- name: memcached | ||
version: ~5.8 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: mcrouter.memcached.enabled |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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