Skip to content

Commit 130ad7d

Browse files
committed
Add Postgres image tag v0.5.3
1 parent 5c48c00 commit 130ad7d

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.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'],
10+
'9.6': ['0.5.3', '0.5.2', '0.5.1'],
11+
'10': ['0.5.3', '0.5.2', '0.5.1'],
12+
'11': ['0.5.3', '0.5.2', '0.5.1'],
13+
'12': ['0.5.3', '0.5.2', '0.5.1'],
14+
'13': ['0.5.3', '0.5.2', '0.5.1'],
15+
'14': ['0.5.3', '0.5.2', '0.5.1'],
16+
'15': ['0.5.3', '0.5.2', '0.5.1'],
17+
'16': ['0.5.3', '0.5.2', '0.5.1'],
18+
'17': ['0.5.3', '0.5.2', '0.5.1'],
1919
}
2020

2121
export type FormValuesKey = keyof FormValues

0 commit comments

Comments
 (0)