Skip to content

Commit

Permalink
chore(other): release v1.4.0 #4883
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 authored and iSecloud committed Jun 12, 2024
1 parent 3cefd03 commit da18282
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions helm-charts/bk-dbm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
6 changes: 3 additions & 3 deletions helm-charts/bk-dbm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-simulation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbconfig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/bk-dbm/charts/dbm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da18282

Please sign in to comment.