Skip to content

Commit

Permalink
chore(other): release v1.4.0 #4928
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Jun 14, 2024
1 parent d358986 commit ca1dde2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ jobs:
git remote add upstream https://[email protected]/TencentBlueKing/blueking-dbm
git add .
git commit -m "chore: release version ${{ steps.yaml-data.outputs.data }} #1"
git remote -v
git push --set-upstream upstream ${{ steps.get-current-branch.outputs.current_branch }}
4 changes: 2 additions & 2 deletions helm-charts/bk-dbm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ dependencies:
description: A Helm chart for bk-dbm
name: bk-dbm
type: application
version: 1.4.0-alpha.56
appVersion: 1.4.0-alpha.56
version: 1.4.0-alpha.57
appVersion: 1.4.0-alpha.57
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.58
appVersion: 0.0.1-alpha.60
description: A Helm chart for Kubernetes
name: db-simulation
type: application
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.4.0-alpha.909
appVersion: 1.4.0-alpha.913
description: A Helm chart for dbm
name: dbm
type: application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ data:
{{- if index .Values "db-simulation" "simulationNodeLables" }}
simulationNodeLables: "{{ index .Values "db-simulation" "simulationNodeLables" }}"
- key: "{{ index .Values "db-simulation" "simulationNodeLables" "key" }}"
value: "{{ index .Values "db-simulation" "simulationNodeLables" "value" }}"
{{- end }}
{{- if index .Values "db-simulation" "simulationtaintLables" }}
simulationtaintLables:: "{{ index .Values "db-simulation" "simulationtaintLables" }}"
- key: "{{ index .Values "db-simulation" "simulationtaintLables" "key" }}"
value: "{{ index .Values "db-simulation" "simulationtaintLables" "value" }}"
{{- end }}
bkrepo:
Expand Down

0 comments on commit ca1dde2

Please sign in to comment.