Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-samoylenko authored Jan 17, 2025
1 parent 3fad5d1 commit bf24f61
Show file tree
Hide file tree
Showing 5 changed files with 6 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.62
version: 1.4.63

# 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
2 changes: 1 addition & 1 deletion charts/shkeeper/templates/deployments/tron-fullnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: java-tron
image: vsyshost/javatron:GreatVoyage-v4.7.5
image: {{ .Values.tron_fullnode.image }}
ports:
- containerPort: 8090
name: fullnode
Expand Down
3 changes: 2 additions & 1 deletion charts/shkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ doge:
#

tron_fullnode:
image: vsyshost/javatron:GreatVoyage-v4.7.7
enabled: false
url: http://java-tron:8090
solidity_url: http://java-tron:8091
Expand All @@ -49,7 +50,7 @@ tron_fullnode:
tolerations: []

tron_shkeeper:
image: vsyshost/tron-shkeeper:1.1.5
image: vsyshost/tron-shkeeper:1.1.6
host: 'tron-shkeeper'
port: 6000

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/shkeeper/templates/shkeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ services:
{{- /* tron fullnode */}}
{{- if .Values.tron_fullnode.enabled }}
java-tron:
image: vsyshost/javatron:GreatVoyage-v4.7.5
image: {{ .Values.tron_fullnode.image }}
container_name: java-tron
environment:
JAVA_TOOL_OPTIONS: {{ .Values.tron_fullnode.JAVA_TOOL_OPTIONS }}
Expand Down
1 change: 1 addition & 0 deletions docker-compose/shkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ doge:
#

tron_fullnode:
image: vsyshost/javatron:GreatVoyage-v4.7.7
enabled: false
url: http://java-tron:8090
solidity_url: http://java-tron:8091
Expand Down

0 comments on commit bf24f61

Please sign in to comment.