From 130ad7d58e9283a20ca6d4f3cb0144835e36bab2 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: 2025年2月24日 15:37:09 +0000 Subject: [PATCH] Add Postgres image tag v0.5.3 --- .../shared/pages/Configuration/utils/index.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/packages/shared/pages/Configuration/utils/index.ts b/ui/packages/shared/pages/Configuration/utils/index.ts index 22076810..2a682a52 100644 --- a/ui/packages/shared/pages/Configuration/utils/index.ts +++ b/ui/packages/shared/pages/Configuration/utils/index.ts @@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images' const genericImagePrefix = 'postgresai/extended-postgres' // since some tags are rc, we need to specify the exact tags to use const dockerImagesConfig = { - '9.6': ['0.5.2', '0.5.1', '0.4.6'], - '10': ['0.5.2', '0.5.1', '0.4.6'], - '11': ['0.5.2', '0.5.1', '0.4.6'], - '12': ['0.5.2', '0.5.1', '0.4.6'], - '13': ['0.5.2', '0.5.1', '0.4.6'], - '14': ['0.5.2', '0.5.1', '0.4.6'], - '15': ['0.5.2', '0.5.1', '0.4.6'], - '16': ['0.5.2', '0.5.1', '0.4.6'], - '17': ['0.5.2', '0.5.1'], + '9.6': ['0.5.3', '0.5.2', '0.5.1'], + '10': ['0.5.3', '0.5.2', '0.5.1'], + '11': ['0.5.3', '0.5.2', '0.5.1'], + '12': ['0.5.3', '0.5.2', '0.5.1'], + '13': ['0.5.3', '0.5.2', '0.5.1'], + '14': ['0.5.3', '0.5.2', '0.5.1'], + '15': ['0.5.3', '0.5.2', '0.5.1'], + '16': ['0.5.3', '0.5.2', '0.5.1'], + '17': ['0.5.3', '0.5.2', '0.5.1'], } export type FormValuesKey = keyof FormValues

AltStyle によって変換されたページ (->オリジナル) /