Skip to content

Commit

Permalink
app: lower revisionHistoryLimit to 2 (#73)
Browse files Browse the repository at this point in the history
* app: lower revisionHistoryLimit to 2

* bump chart
  • Loading branch information
domdepasquale authored Apr 2, 2024
1 parent 97ad6d9 commit 581e9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/application-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.2
version: 3.0.3

maintainers:
- name: Dominic DePasquale
2 changes: 1 addition & 1 deletion charts/application-core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
revisionHistoryLimit: 5
revisionHistoryLimit: 2
progressDeadlineSeconds: 300
{{- with .Values.deploymentStrategy }}
strategy:
Expand Down

0 comments on commit 581e9aa

Please sign in to comment.