Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-samoylenko authored Jan 16, 2025
1 parent 2f50b70 commit 25f2186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/shkeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.60
version: 1.4.61

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/shkeeper/templates/deployments/tron-shkeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
# - name: MULTISERVER_REFRESH_BEST_SERVER_PERIOD
# value: {{ .Values.tron_shkeeper.multiserver_refresh_best_server_period | default "" | quote }}
- name: DB_URI
value: mysql+pymysql://root:shkeeper@mariadb/tron-shkeeper?charset=utf8mb4
value: mysql+pymysql://root:shkeeper@mariadb/shkeeper?charset=utf8mb4

- name: tasks
image: {{ .Values.tron_shkeeper.image }}
Expand Down Expand Up @@ -120,7 +120,7 @@ spec:
# - name: MULTISERVER_REFRESH_BEST_SERVER_PERIOD
# value: {{ .Values.tron_shkeeper.multiserver_refresh_best_server_period | default "" | quote }}
- name: DB_URI
value: mysql+pymysql://root:shkeeper@mariadb/tron-shkeeper?charset=utf8mb4
value: mysql+pymysql://root:shkeeper@mariadb/shkeeper?charset=utf8mb4

- name: redis
image: redis:7
Expand Down
1 change: 0 additions & 1 deletion charts/shkeeper/templates/mariadb/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
data:
create_db.sql: |
CREATE DATABASE IF NOT EXISTS `shkeeper`;
CREATE DATABASE IF NOT EXISTS `tron-shkeeper`;
CREATE DATABASE IF NOT EXISTS `ethereum-shkeeper`;
CREATE DATABASE IF NOT EXISTS `bnb-shkeeper`;
CREATE DATABASE IF NOT EXISTS `xrp-shkeeper`;
Expand Down

0 comments on commit 25f2186

Please sign in to comment.