Skip to content

Commit cc0f09e

Browse files
Merge branch 'fix-ui-image' into 'master'
fix: change UI docker tag in sample configs See merge request postgres-ai/database-lab!385
2 parents 5c65b64 + 3f92776 commit cc0f09e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ localUI:
3030
enabled: true
3131

3232
# Docker image of the UI application.
33-
dockerImage: "postgresai/basic-ui:latest"
33+
dockerImage: "postgresai/local-ui:latest"
3434

3535
# Host or IP address, from which the Local UI container accepts HTTP connections.
3636
# By default, use a loop-back to accept only local connections.

configs/config.example.logical_rds_iam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ localUI:
3030
enabled: true
3131

3232
# Docker image of the UI application.
33-
dockerImage: "postgresai/basic-ui:latest"
33+
dockerImage: "postgresai/local-ui:latest"
3434

3535
# Host or IP address, from which the Local UI container accepts HTTP connections.
3636
# By default, use a loop-back to accept only local connections.

configs/config.example.physical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ localUI:
3030
enabled: true
3131

3232
# Docker image of the UI application.
33-
dockerImage: "postgresai/basic-ui:latest"
33+
dockerImage: "postgresai/local-ui:latest"
3434

3535
# Host or IP address, from which the Local UI container accepts HTTP connections.
3636
# By default, use a loop-back to accept only local connections.

configs/config.example.physical_walg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ localUI:
3030
enabled: true
3131

3232
# Docker image of the UI application.
33-
dockerImage: "postgresai/basic-ui:latest"
33+
dockerImage: "postgresai/local-ui:latest"
3434

3535
# Host or IP address, from which the Local UI container accepts HTTP connections.
3636
# By default, use a loop-back to accept only local connections.

0 commit comments

Comments
 (0)