Skip to content

Commit

Permalink
chore(helm-charts): release version #1799
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 15, 2023
1 parent 951ff08 commit 7ad1d97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions helm-charts/bk-dbm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
version: 0.1.28
- name: dbconfig
repository: file://charts/dbconfig
version: 0.1.9
version: 0.1.10
- name: dbpriv
repository: file://charts/dbpriv
version: 0.1.31
Expand Down Expand Up @@ -56,5 +56,5 @@ dependencies:
- name: backup-consumer
repository: file://charts/backup-consumer
version: 0.0.3
digest: sha256:3de5f96c055c450856010568192660ef672f1216eb7d3b9d9bf81faa255df2f9
generated: "2023-11-14T10:53:10.905277+08:00"
digest: sha256:fc3aec4f77331f0458f628effc785beaeb2035b7cdd83c5466bf6711a7495781
generated: "2023-11-15T10:12:34.005059+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 @@ -31,7 +31,7 @@ dependencies:
- condition: dbconfig.enabled
name: dbconfig
repository: file://charts/dbconfig
version: 0.1.9
version: 0.1.10
- condition: dbpriv.enabled
name: dbpriv
repository: file://charts/dbpriv
Expand Down Expand Up @@ -79,5 +79,5 @@ dependencies:
description: A Helm chart for bkdbm
name: bk-dbm
type: application
version: 1.2.0-alpha.84
appVersion: 1.2.0-alpha.84
version: 1.2.0-alpha.85
appVersion: 1.2.0-alpha.85
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 0.0.1-alpha.53
description: A Helm chart for dbconfig
name: dbconfig
type: application
version: 0.1.9
version: 0.1.10
3 changes: 0 additions & 3 deletions helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ spec:
name: config-volume
subPath: path/to/config.yaml
mountPath: /conf/config.yaml
- name: mysqlclient
image: joseluisq/mysql-client
command: [ "/bin/sh", "-ec", "sleep infinity" ]
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
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.2.0-alpha.466
appVersion: 1.2.0-alpha.468
description: A Helm chart for dbm
name: dbm
type: application
Expand Down

0 comments on commit 7ad1d97

Please sign in to comment.