ci: change revisin history limit

This commit is contained in:
log101 2025-03-02 09:53:17 +03:00
parent 05be1ee86a
commit dba22a3b3e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "chart.selectorLabels" . | nindent 6 }}

View File

@ -4,6 +4,7 @@
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
replicaCount: 1
revisionHistoryLimit: 3
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image: