Skip to content

Commit 28ce76b

Browse files
committedJan 14, 2025·
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
const API_SERVER = process.env.REACT_APP_API_SERVER
99
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
1010

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

13-
export const sePackageTag = 'v1.3'
13+
export const sePackageTag = 'v1.4'
1414

1515
export const dockerRunCommand = (provider: string) => {
1616
switch (provider) {

0 commit comments

Comments
 (0)
Please sign in to comment.