We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a16d64 + 5012753 commit 51028e4Copy full SHA for 51028e4
ui/packages/shared/pages/Configuration/utils/index.ts
@@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images'
7
const genericImagePrefix = 'postgresai/extended-postgres'
8
// since some tags are rc, we need to specify the exact tags to use
9
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'],
+ '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'],
19
}
20
21
export type FormValuesKey = keyof FormValues
0 commit comments