Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark committed Jul 3, 2024
1 parent fa4b7a7 commit 46fa6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/mlrun/templates/db-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion stable/mlrun/templates/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 46fa6f0

Please sign in to comment.