Skip to content

Commit 51028e4

Browse files
committed
Merge branch 'bg-mon' into 'master'
Add image tag v0.5.2 See merge request postgres-ai/database-lab!923
2 parents 7a16d64 + 5012753 commit 51028e4

File tree

1 file changed

+9
-9
lines changed
  • ui/packages/shared/pages/Configuration/utils

1 file changed

+9
-9
lines changed

ui/packages/shared/pages/Configuration/utils/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images'
77
const genericImagePrefix = 'postgresai/extended-postgres'
88
// since some tags are rc, we need to specify the exact tags to use
99
const dockerImagesConfig = {
10-
'9.6': ['0.5.1', '0.4.6', '0.4.5'],
11-
'10': ['0.5.1', '0.4.6', '0.4.5'],
12-
'11': ['0.5.1', '0.4.6', '0.4.5'],
13-
'12': ['0.5.1', '0.4.6', '0.4.5'],
14-
'13': ['0.5.1', '0.4.6', '0.4.5'],
15-
'14': ['0.5.1', '0.4.6', '0.4.5'],
16-
'15': ['0.5.1', '0.4.6', '0.4.5'],
17-
'16': ['0.5.1', '0.4.6', '0.4.5'],
18-
'17': ['0.5.1'],
10+
'9.6': ['0.5.2', '0.5.1', '0.4.6'],
11+
'10': ['0.5.2', '0.5.1', '0.4.6'],
12+
'11': ['0.5.2', '0.5.1', '0.4.6'],
13+
'12': ['0.5.2', '0.5.1', '0.4.6'],
14+
'13': ['0.5.2', '0.5.1', '0.4.6'],
15+
'14': ['0.5.2', '0.5.1', '0.4.6'],
16+
'15': ['0.5.2', '0.5.1', '0.4.6'],
17+
'16': ['0.5.2', '0.5.1', '0.4.6'],
18+
'17': ['0.5.2', '0.5.1'],
1919
}
2020

2121
export type FormValuesKey = keyof FormValues

0 commit comments

Comments
 (0)