diff --git a/helm-charts/bk-dbm/Chart.yaml b/helm-charts/bk-dbm/Chart.yaml index c853759957..567be1f466 100644 --- a/helm-charts/bk-dbm/Chart.yaml +++ b/helm-charts/bk-dbm/Chart.yaml @@ -31,7 +31,7 @@ dependencies: - condition: dbconfig.enabled name: dbconfig repository: file://charts/dbconfig - version: 0.1.8 + version: 0.1.9 - condition: dbpriv.enabled name: dbpriv repository: file://charts/dbpriv diff --git a/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml b/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml index 194d0a5746..d1f5d5b29d 100644 --- a/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml +++ b/helm-charts/bk-dbm/charts/dbconfig/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.0.1-alpha.52 description: A Helm chart for dbconfig name: dbconfig type: application -version: 0.1.8 +version: 0.1.9 diff --git a/helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml b/helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml index 4ee00aa64a..9c57311b26 100644 --- a/helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml +++ b/helm-charts/bk-dbm/charts/dbconfig/templates/deployment.yaml @@ -79,6 +79,9 @@ 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 }}