From 581e9aa1f04d0f3b949bf6ae83f0d7fd0e039370 Mon Sep 17 00:00:00 2001 From: Dominic DePasquale <7384087+domdepasquale@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:45:13 -0400 Subject: [PATCH] app: lower revisionHistoryLimit to 2 (#73) * app: lower revisionHistoryLimit to 2 * bump chart --- charts/application-core/Chart.yaml | 2 +- charts/application-core/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: