Skip to content

Commit 3f92776

Browse files
fix: change UI docker tag in sample configs
1 parent 569dc27 commit 3f92776

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)