mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
made revisionHistoryLimit configurable (#6945)
This commit is contained in:
committed by
k8s-ci-robot
parent
13e754ad75
commit
aafd821f00
@@ -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
|
||||
|
||||
@@ -9,6 +9,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ template "cerebro.name" . }}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
replicaCount: 1
|
||||
revisionHistoryLimit: 3
|
||||
|
||||
image:
|
||||
repository: lmenezes/cerebro
|
||||
|
||||
Reference in New Issue
Block a user