File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 matchLabels :
1111 app : {{ include "robusta.fullname" . }}-forwarder
1212 replicas : 1
13+ revisionHistoryLimit : {{ .Values.kubewatch.revisionHistoryLimit }}
1314 template :
1415 metadata :
1516 annotations :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ metadata:
88 app : {{ include "robusta.fullname" . }}-runner
99spec :
1010 replicas : 1
11+ revisionHistoryLimit : {{ .Values.runner.revisionHistoryLimit }}
1112 selector :
1213 matchLabels :
1314 app : {{ include "robusta.fullname" . }}-runner
Original file line number Diff line number Diff line change @@ -592,6 +592,7 @@ kubewatch:
592592 image : ~ # image can be used to override image.registry/imageName
593593 imageName : kubewatch:v2.11.0
594594 imagePullPolicy : IfNotPresent
595+ revisionHistoryLimit : 10
595596 pprof : True
596597 resources :
597598 requests :
@@ -671,6 +672,7 @@ runner:
671672 image : ~ # image can be used to override image.registry/imageName
672673 imageName : robusta-runner:0.0.0
673674 imagePullPolicy : IfNotPresent
675+ revisionHistoryLimit : 10
674676 log_level : INFO
675677 sentry_dsn : https://4f1a66f025c60830fec303a094dcdf94@o1120648.ingest.sentry.io/6156573
676678 sendAdditionalTelemetry : false
You can’t perform that action at this time.
0 commit comments