Differentiates which Turbinia config gets pulled (either the release version or master) by checking if the worker image repo matches indicating a release version and if not to pull the config from the master branch.
Also fixes an issue with API_EVIDENCE_UPLOAD_DIR being set to missing path
Applicable issues
fixes #132
Additional information
Checklist
[ X] Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
Description of the change
Differentiates which Turbinia config gets pulled (either the release version or master) by checking if the worker image repo matches indicating a release version and if not to pull the config from the master branch.
Also fixes an issue with
API_EVIDENCE_UPLOAD_DIR
being set to missing pathApplicable issues
Additional information
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.