Skip to content

Commit

Permalink
xrp fullnode upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed Jun 25, 2024
1 parent d949cf6 commit a05ea72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 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.13
version: 1.4.14

# 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
7 changes: 0 additions & 7 deletions charts/shkeeper/templates/deployments/xrp-fullnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,8 @@ spec:
- name: xrp-fullnode-config
mountPath: /config/validators.txt
subPath: validators.txt
volumeMounts:
- name: xrp-datadir
mountPath: /var/lib/rippled


volumes:
- name: xrp-datadir
persistentVolumeClaim:
claimName: xrp-datadir
- name: xrp-fullnode-config
configMap:
name: xrp-fullnode-config
Expand Down
12 changes: 0 additions & 12 deletions charts/shkeeper/templates/persistentvolumeclaims/xrp-fullnode.yaml

This file was deleted.

0 comments on commit a05ea72

Please sign in to comment.