From 0c47cf8568e662c15b68ffd76cbd1113c818974f Mon Sep 17 00:00:00 2001 From: David Burke Date: Tue, 29 Nov 2022 20:58:29 -0500 Subject: [PATCH] Add options to pre install migration --- Chart.yaml | 4 ++-- django-helm-chart | 2 +- values.yaml | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 77b86ef..a71b117 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,11 +14,11 @@ 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. -version: 1.0.1 +version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.0.7 +appVersion: 3.0.0 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg diff --git a/django-helm-chart b/django-helm-chart index ccfcb1b..a28b117 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit ccfcb1bc23415b173a997f0844a1b20ca81fc7c8 +Subproject commit a28b11717489dc31da23d3e6c340fc0aa8cbfc63 diff --git a/values.yaml b/values.yaml index f8abd1d..d3a9198 100644 --- a/values.yaml +++ b/values.yaml @@ -18,6 +18,10 @@ env: # DATABASE_URL: Specify if using external postgres (not managed by this chart) # REDIS_URL: Specify if using external redis (not managed by this chart) +preInstall: + enabled: true + activeDeadlineSeconds: 900 + web: replicaCount: 2 autoscaling: