File tree Expand file tree Collapse file tree 3 files changed +7
-29
lines changed
Expand file tree Collapse file tree 3 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.9
18+ version : 0.1.10
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : " v3.240219.1 "
23+ appVersion : " v3.240530 "
Original file line number Diff line number Diff line change 1212 echo 'INFO Files in /etc/grid-security'
1313 ls -lahZ /etc/grid-security
1414 #su -c "cd /data && /data/run.sh" --preserve-environment _crabserver
15- cd /data && /data/run.sh
15+ if command -v tini &> /dev/null; then
16+ /data/entrypoint.sh /data/run.sh
17+ else
18+ cd /data && /data/run.sh
19+ fi
1620 ---
1721apiVersion : v1
1822kind : ConfigMap
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments