Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm-charts): release version #1799 #1800

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading