diff --git a/helm-charts/bk-dbm/Chart.lock b/helm-charts/bk-dbm/Chart.lock index 5bec8c68b7..24bc3287cc 100644 --- a/helm-charts/bk-dbm/Chart.lock +++ b/helm-charts/bk-dbm/Chart.lock @@ -13,13 +13,13 @@ dependencies: version: 9.15.2 - name: reloader repository: https://stakater.github.io/stakater-charts - version: 1.0.105 + version: 1.0.107 - name: grafana repository: file://./charts/grafana version: 7.9.8 - name: dbm repository: file://charts/dbm - version: 0.1.38 + version: 0.1.39 - name: dbconfig repository: file://charts/dbconfig version: 0.1.13 @@ -56,5 +56,5 @@ dependencies: - name: backup-consumer repository: file://charts/backup-consumer version: 0.0.3 -digest: sha256:0e1a3f01fa52e53dc8f1e99aa53066cfd0690c7a191d992426a5386f32a799c5 -generated: "2024-06-06T18:27:24.419219+08:00" +digest: sha256:a2b8e77575bf8401c4d96083ed6d3cfd3825b1b865ed87e67b6cb04cb2de3487 +generated: "2024-06-12T15:48:36.691617+08:00" diff --git a/helm-charts/bk-dbm/Chart.yaml b/helm-charts/bk-dbm/Chart.yaml index 927dc231ef..d9243f11e7 100644 --- a/helm-charts/bk-dbm/Chart.yaml +++ b/helm-charts/bk-dbm/Chart.yaml @@ -27,7 +27,7 @@ dependencies: - condition: dbm.enabled name: dbm repository: file://charts/dbm - version: 0.1.38 + version: 0.1.39 - condition: dbconfig.enabled name: dbconfig repository: file://charts/dbconfig @@ -79,5 +79,5 @@ dependencies: description: A Helm chart for bk-dbm name: bk-dbm type: application -version: 1.4.0-alpha.54 -appVersion: 1.4.0-alpha.54 +version: 1.4.0-alpha.55 +appVersion: 1.4.0-alpha.55 diff --git a/helm-charts/bk-dbm/charts/db-simulation/Chart.yaml b/helm-charts/bk-dbm/charts/db-simulation/Chart.yaml index 6a82b1e9d5..2c47492b7b 100644 --- a/helm-charts/bk-dbm/charts/db-simulation/Chart.yaml +++ b/helm-charts/bk-dbm/charts/db-simulation/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.0.1-alpha.57 +appVersion: 0.0.1-alpha.58 description: A Helm chart for Kubernetes name: db-simulation type: application diff --git a/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml b/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml index 0d174b1180..7e71c20b14 100644 --- a/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml +++ b/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.0.1-alpha.95 +appVersion: 0.0.1-alpha.109 description: A Helm chart for dbconfig name: dbconfig type: application diff --git a/helm-charts/bk-dbm/charts/dbm/Chart.yaml b/helm-charts/bk-dbm/charts/dbm/Chart.yaml index 0857ba6348..d3e99a4666 100644 --- a/helm-charts/bk-dbm/charts/dbm/Chart.yaml +++ b/helm-charts/bk-dbm/charts/dbm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 1.4.0-alpha.873 +appVersion: 1.4.0-alpha.900 description: A Helm chart for dbm name: dbm type: application -version: 0.1.38 +version: 0.1.39 diff --git a/helm-charts/bk-dbm/charts/dbm/templates/deployments/saas-api/saas-api.yaml b/helm-charts/bk-dbm/charts/dbm/templates/deployments/saas-api/saas-api.yaml index 388e3bf926..41d8683347 100644 --- a/helm-charts/bk-dbm/charts/dbm/templates/deployments/saas-api/saas-api.yaml +++ b/helm-charts/bk-dbm/charts/dbm/templates/deployments/saas-api/saas-api.yaml @@ -50,20 +50,20 @@ spec: httpGet: path: {{ .Values.livenessProbe.path | default "/ping"}} port: http - initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 5}} + initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 15}} periodSeconds: {{ .Values.livenessProbe.periodSeconds | default 30}} - timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds | default 5}} + timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds | default 15}} successThreshold: {{ .Values.livenessProbe.successThreshold | default 1}} - failureThreshold: {{ .Values.livenessProbe.failureThreshold | default 1}} + failureThreshold: {{ .Values.livenessProbe.failureThreshold | default 3}} readinessProbe: httpGet: path: {{ .Values.readinessProbe.path | default "/ping"}} port: http - initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds | default 5}} + initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds | default 15}} periodSeconds: {{ .Values.readinessProbe.periodSeconds | default 30}} - timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds | default 5}} + timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds | default 15}} successThreshold: {{ .Values.readinessProbe.successThreshold | default 1}} - failureThreshold: {{ .Values.readinessProbe.failureThreshold | default 1}} + failureThreshold: {{ .Values.readinessProbe.failureThreshold | default 3}} {{- include "dbm.container_env" . | nindent 10 }} resources: {{- toYaml .Values.saas.api.resources | nindent 12 }} diff --git a/helm-charts/bk-dbm/charts/slow-query-parser-service/Chart.yaml b/helm-charts/bk-dbm/charts/slow-query-parser-service/Chart.yaml index f4afe98363..148ff60faa 100644 --- a/helm-charts/bk-dbm/charts/slow-query-parser-service/Chart.yaml +++ b/helm-charts/bk-dbm/charts/slow-query-parser-service/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.0.1-alpha.5 +appVersion: 0.0.1-alpha.10 description: A Helm chart for Kubernetes name: slow-query-parser-service type: application