Skip to content

Commit

Permalink
be helm3 compatible, update image, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 2, 2020
1 parent c89710d commit db8cb61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/mcrouter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mcrouter
home: https://github.com/facebook/mcrouter
version: 0.0.11
version: 0.0.12
appVersion: 0.40.0
description: Mcrouter is a memcached protocol router for scaling memcached deployments.
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/mcrouter/requirements.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: 4.2.20
digest: sha256:ac669099ec1d1f5d0f6763269080caef21cc3de061167e650edc46dd3848cb09
generated: 2020-07-30T21:21:46.03249+02:00
version: 4.2.22
digest: sha256:6d63b25d77d3c14ebef678f34cb325742e52e06da76d6c90bed23224639fc53a
generated: "2020-09-02T09:55:18.416998+02:00"
4 changes: 3 additions & 1 deletion charts/mcrouter/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ metadata:
annotations:
{{ toYaml .Values.service.annotations | indent 4 }}
spec:
clusterIP: {{ .Values.service.clusterIP }}
{{- with .Values.service.clusterIP }}
clusterIP: {{ . | quote }}
{{- end }}
{{- with .Values.service.type }}
type: {{ . }}
{{- end }}
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-3
image: quay.io/evryfs/docker-mcrouter:0.40.0-4

## Memcached chart parameters
memcached:
Expand Down

0 comments on commit db8cb61

Please sign in to comment.