Skip to content

Commit 5012753

Browse files
committed
Add image tag v0.5.2
1 parent a65008c commit 5012753

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)