diff --git a/charts/application-core/Chart.yaml b/charts/application-core/Chart.yaml index c9ae5c7..9fff9cd 100644 --- a/charts/application-core/Chart.yaml +++ b/charts/application-core/Chart.yaml @@ -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 diff --git a/charts/application-core/templates/deployment.yaml b/charts/application-core/templates/deployment.yaml index 74d2e0c..1870487 100644 --- a/charts/application-core/templates/deployment.yaml +++ b/charts/application-core/templates/deployment.yaml @@ -10,7 +10,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: - revisionHistoryLimit: 5 + revisionHistoryLimit: 2 progressDeadlineSeconds: 300 {{- with .Values.deploymentStrategy }} strategy: