Skip to content

Commit

Permalink
[mcrouter] route incr decr, upgrade memcached chart (#204)
Browse files Browse the repository at this point in the history
* route incr and decr

* Upgrade memcahced, bump chart-version

* fix typo

* Bump image-tag
  • Loading branch information
davidkarlsen authored Oct 30, 2022
1 parent d2a15e1 commit 0457d99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/mcrouter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.8
digest: sha256:a8424414db754afc392d8ddd159d6a72373c33495c03c7df65c5b18ec0023be6
generated: "2021-11-02T19:06:04.294983+01:00"
version: 6.2.7
digest: sha256:90874f6353f08d1de705196166571ce837d8265e037e9a389003970065e89516
generated: "2022-10-30T17:48:00.484035+01:00"
4 changes: 2 additions & 2 deletions charts/mcrouter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mcrouter
home: https://github.com/facebook/mcrouter
icon: https://img.stackshare.io/service/4370/G7xgmEZ.png
version: 0.3.0
version: 0.4.0
appVersion: 0.40.0
description: Mcrouter is a memcached protocol router for scaling memcached deployments.
sources:
Expand All @@ -13,6 +13,6 @@ maintainers:
email: [email protected]
dependencies:
- name: memcached
version: ~5.15
version: ~6.2
repository: https://charts.bitnami.com/bitnami
condition: mcrouter.memcached.enabled
4 changes: 3 additions & 1 deletion charts/mcrouter/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ data:
"add": "AllFastestRoute|Pool|A",
"delete": "AllFastestRoute|Pool|A",
"get": "LatestRoute|Pool|A",
"set": "AllFastestRoute|Pool|A"
"set": "AllFastestRoute|Pool|A",
"incr": "AllFastestRoute|Pool|A",
"decr": "AllFastestRoute|Pool|A"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/mcrouter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Container image
image: quay.io/evryfs/docker-mcrouter:0.40.0-8
image: quay.io/evryfs/docker-mcrouter:0.40.0-9

## Memcached chart parameters
memcached:
Expand Down

0 comments on commit 0457d99

Please sign in to comment.