release 0.3.2

This commit is contained in:
Adil Hafeez 2025-06-13 15:29:58 -07:00
parent 0d6e06dfec
commit e3ddd92f03
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
15 changed files with 30 additions and 24 deletions

View file

@ -10,4 +10,4 @@ SERVICE_NAME_MODEL_SERVER = "model_server"
SERVICE_ALL = "all"
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.1")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.2")