From 46fa6f04624594531eed2e9547a3ab75526920d6 Mon Sep 17 00:00:00 2001 From: quaark Date: Wed, 3 Jul 2024 14:58:02 +0300 Subject: [PATCH] asd --- stable/mlrun/Chart.yaml | 2 +- stable/mlrun/templates/db-configmap.yaml | 2 +- stable/mlrun/templates/db-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 57435985a..d018d0e14 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun -version: 0.9.25 +version: 0.9.24 appVersion: 1.6.2 description: Machine Learning automation and tracking sources: diff --git a/stable/mlrun/templates/db-configmap.yaml b/stable/mlrun/templates/db-configmap.yaml index 124fdc67d..1603ccbd5 100644 --- a/stable/mlrun/templates/db-configmap.yaml +++ b/stable/mlrun/templates/db-configmap.yaml @@ -11,7 +11,7 @@ data: mysql -u root -S /var/run/mysqld/mysql.sock -e 'SELECT 1' graceful_shutdown.sh: | - mysql -u root -S /var/run/mysqld/mysql.sock -e 'SET GLOBAL innodb_fast_shutdown = 0; FLUSH TABLES WITH READ LOCK;' + mysql -u root -S /var/run/mysqld/mysql.sock -e 'SET GLOBAL innodb_fast_shutdown = 0;' mysqladmin -u root -S /var/run/mysqld/mysql.sock shutdown init-v3io-mysql.sh: | diff --git a/stable/mlrun/templates/db-deployment.yaml b/stable/mlrun/templates/db-deployment.yaml index b246fa105..cafed39db 100644 --- a/stable/mlrun/templates/db-deployment.yaml +++ b/stable/mlrun/templates/db-deployment.yaml @@ -23,7 +23,7 @@ spec: {{- end }} securityContext: {{- toYaml .Values.db.podSecurityContext | nindent 8 }} - terminationGracePeriodSeconds: 120 + terminationGracePeriodSeconds: 300 initContainers: - name: init-mysql image: "{{ .Values.db.image.repository }}:{{ .Values.db.image.tag }}"