Skip to content

Commit

Permalink
fixing the kalpana job name to container image name mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 23, 2024
1 parent 9c24741 commit 77acf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class GenUtils:

# declare the component job type image name
job_type_to_image_name: dict = {'adcirc2cog-tiff-job': '/adcirc2cog:', 'adcirctime-to-cog-job': '/adcirctime2cogs:',
'adcirc-to-kalpana-cog-job': '/adcirc-to-kalpana-cog-job:', 'ast-run-harvester-job': '/ast_run_harvester:',
'adcirc-to-kalpana-cog-job': '/kalpana:', 'ast-run-harvester-job': '/ast_run_harvester:',
'collab-data-sync-job': '/apsviz-collab-sync:', 'final-staging-job': '/stagedata:',
'geotiff2cog-job': '/adcirc2cog:', 'hazus': '/adras:', 'load-geo-server-job': '/load_geoserver:',
'load-geo-server-s3-job': '/load_geoserver:', 'obs-mod-ast-job': '/ast_supp:', 'staging': '/stagedata:',
Expand Down

0 comments on commit 77acf15

Please sign in to comment.