Skip to content

Commit

Permalink
Merge branch 'dle-se-ansible-14' into 'master'
Browse files Browse the repository at this point in the history
Platform: Update dle-se-ansible image tag to v1.4; DBLab v4.0.0-beta.0

See merge request postgres-ai/database-lab!956
  • Loading branch information
vitabaks committed Jan 14, 2025
2 parents 694704f + a6e1dae commit 28ce76b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { useCloudProviderProps } from 'hooks/useCloudProvider'
const API_SERVER = process.env.REACT_APP_API_SERVER
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'

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

export const sePackageTag = 'v1.3'
export const sePackageTag = 'v1.4'

export const dockerRunCommand = (provider: string) => {
switch (provider) {
Expand Down

0 comments on commit 28ce76b

Please sign in to comment.