From d30e270253857827a7b8df79e3402e35d639e791 Mon Sep 17 00:00:00 2001 From: Samuel Khuvis Date: Mon, 8 Jul 2024 12:03:21 -0700 Subject: [PATCH] Update oracle image to tapis namespace --- custom_install/README.md | 4 ++-- custom_install/defaults.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_install/README.md b/custom_install/README.md index 89bfd15..73db4c1 100644 --- a/custom_install/README.md +++ b/custom_install/README.md @@ -329,6 +329,6 @@ This is a complete list of all possible configurations. * Example: false * `oracle_plugin_image`: The image to use for the oracle - plugin, not including the tag. (Default: sowbaranika1302/oracle_plugin) + plugin, not including the tag. (Default: tapis/oracle_plugin) - * Example: sowbaranika1302/oracle_plugin \ No newline at end of file + * Example: tapis/oracle_plugin diff --git a/custom_install/defaults.yml b/custom_install/defaults.yml index 6b44073..58ec8fc 100644 --- a/custom_install/defaults.yml +++ b/custom_install/defaults.yml @@ -40,5 +40,5 @@ power_monitor_mount_docker_socket: false # Oracle Plugin -oracle_plugin_image: sowbaranika1302/oracle_plugin +oracle_plugin_image: tapis/oracle_plugin oracle_plugin_output_dir: oracle_output_dir