File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed 
charts/prometheus-adapter Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1 
22name : prometheus-adapter 
3- version : 5.1.0  
3+ version : 5.1.1  
44appVersion : v0.12.0 
55description : A Helm chart for k8s prometheus adapter 
66home : https://github.com/kubernetes-sigs/prometheus-adapter 
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ metadata:
1616  namespace : {{ include "k8s-prometheus-adapter.namespace" . }} 
1717spec :
1818  replicas : {{ .Values.replicas }} 
19+   {{- if .Values.revisionHistoryLimit }} 
20+   revisionHistoryLimit : {{ .Values.revisionHistoryLimit }} 
21+   {{- end }} 
1922  strategy : {{ toYaml .Values.strategy | nindent 4 }} 
2023  selector :
2124    matchLabels :
Original file line number Diff line number Diff line change @@ -305,3 +305,6 @@ extraManifests: []
305305  #      name: prometheus-extra
306306  #    data:
307307  #      extra-data: "value"
308+ 
309+ #  Optional: set revisionHistoryLimit for the Deployment
310+ revisionHistoryLimit : null 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments