Skip to content

Commit

Permalink
[crabserver] make chart compatible with current values-testX.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
novicecpp committed Jun 14, 2024
1 parent 6157fcc commit dd7a094
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
4 changes: 2 additions & 2 deletions helm/crabserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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: 0.1.9
version: 0.1.10

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "v3.240219.1"
appVersion: "v3.240530"
6 changes: 5 additions & 1 deletion helm/crabserver/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ data:
echo 'INFO Files in /etc/grid-security'
ls -lahZ /etc/grid-security
#su -c "cd /data && /data/run.sh" --preserve-environment _crabserver
cd /data && /data/run.sh
if command -v tini &> /dev/null; then
/data/entrypoint.sh /data/run.sh
else
cd /data && /data/run.sh
fi
---
apiVersion: v1
kind: ConfigMap
Expand Down
26 changes: 0 additions & 26 deletions helm/crabserver/values-test12-pypi.yaml

This file was deleted.

0 comments on commit dd7a094

Please sign in to comment.