We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents97b719a +130ad7d commit52a57d2Copy full SHA for 52a57d2
ui/packages/shared/pages/Configuration/utils/index.ts
@@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images'
7
constgenericImagePrefix='postgresai/extended-postgres'
8
// since some tags are rc, we need to specify the exact tags to use
9
constdockerImagesConfig={
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'],
+'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'],
19
}
20
21
exporttypeFormValuesKey=keyofFormValues