From 844dc2159a08cd9d5b85a285e96a99b2950cc86e Mon Sep 17 00:00:00 2001 From: hc186011 Date: Wed, 11 Dec 2024 15:16:46 -0800 Subject: [PATCH] Update tags to latest UAT release --- deployments/docker/ai-unlimited.yaml | 4 ++-- deployments/docker/jupyter.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/docker/ai-unlimited.yaml b/deployments/docker/ai-unlimited.yaml index 15885e6..77d8598 100644 --- a/deployments/docker/ai-unlimited.yaml +++ b/deployments/docker/ai-unlimited.yaml @@ -4,7 +4,7 @@ services: replicas: 1 platform: linux/amd64 container_name: ai-unlimited-workspaces - image: ${AI_UNLIMITED_IMAGE_NAME:-teradata/ai-unlimited-workspaces}:${AI_UNLIMITED_IMAGE_TAG:-v0.3.1} + image: ${AI_UNLIMITED_IMAGE_NAME:-teradata/ai-unlimited-workspaces}:${AI_UNLIMITED_IMAGE_TAG:-v0.3.0} command: workspaces serve -v restart: unless-stopped ports: @@ -28,7 +28,7 @@ services: replicas: 1 platform: linux/amd64 container_name: ai-unlimited-workspaces-ui - image: ${AI_UNLIMITED_UI_IMAGE_NAME:-teradata/ai-unlimited-workspaces-ui}:${AI_UNLIMITED_UI_IMAGE_TAG:-v0.0.6} + image: ${AI_UNLIMITED_UI_IMAGE_NAME:-teradata/ai-unlimited-workspaces-ui}:${AI_UNLIMITED_UI_IMAGE_TAG:-v0.1.0} ports: - "443:443/tcp" - "80:80/tcp" diff --git a/deployments/docker/jupyter.yaml b/deployments/docker/jupyter.yaml index 4878888..8b0f2cb 100644 --- a/deployments/docker/jupyter.yaml +++ b/deployments/docker/jupyter.yaml @@ -4,7 +4,7 @@ services: replicas: 1 platform: linux/amd64 container_name: jupyter - image: ${JUPYTER_IMAGE_NAME:-teradata/ai-unlimited-jupyter}:${JUPYTER_IMAGE_TAG:-v0.0.51} + image: ${JUPYTER_IMAGE_NAME:-teradata/ai-unlimited-jupyter}:${JUPYTER_IMAGE_TAG:-v0.1.01} environment: accept_license: "Y" ports: