Skip to content

Commit 28ce76b

Browse files
committed
Merge branch 'dle-se-ansible-14' into 'master'
Platform: Update dle-se-ansible image tag to v1.4; DBLab v4.0.0-beta.0 See merge request postgres-ai/database-lab!956
2 parents 694704f + a6e1dae commit 28ce76b

File tree

1 file changed

+2
-2
lines changed
  • ui/packages/platform/src/components/DbLabInstanceForm/utils

1 file changed

+2
-2
lines changed

ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { useCloudProviderProps } from 'hooks/useCloudProvider'
88
constAPI_SERVER=process.env.REACT_APP_API_SERVER
99
exportconstDEBUG_API_SERVER='https://v2.postgres.ai/api/general'
1010

11-
exportconstavailableTags=['3.5.0','3.4.0','4.0.0-alpha.6']
11+
exportconstavailableTags=['3.5.0','3.4.0','4.0.0-beta.0']
1212

13-
exportconstsePackageTag='v1.3'
13+
exportconstsePackageTag='v1.4'
1414

1515
exportconstdockerRunCommand=(provider: string)=>{
1616
switch(provider){

0 commit comments

Comments
 (0)
close