made revisionHistoryLimit configurable (#6945)

This commit is contained in:
André Bauer
2018-08-04 10:13:43 -07:00
committed by k8s-ci-robot
parent 13e754ad75
commit aafd821f00
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ sources:
- https://github.com/lmenezes/cerebro-docker
- https://github.com/lmenezes/cerebro
name: cerebro
version: 0.3.0
version: 0.3.1
maintainers:
- name: davidkarlsen
email: david@davidkarlsen.com
+1
View File
@@ -9,6 +9,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
app: {{ template "cerebro.name" . }}
+1
View File
@@ -1,4 +1,5 @@
replicaCount: 1
revisionHistoryLimit: 3
image:
repository: lmenezes/cerebro