Skip to content

Commit 2d25cb2

Browse files
committed
updated python 3.12
1 parent 10abd31 commit 2d25cb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/controller/standalone_pgadmin/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ const (
1515
pgAdminPort = 5050
1616

1717
// Directory for pgAdmin in container
18-
pgAdminDir = "/usr/local/lib/python3.11/site-packages/pgadmin4"
18+
pgAdminDir = "/usr/local/lib/python3.12/site-packages/pgadmin4"
1919
)

internal/controller/standalone_pgadmin/pod_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ containers:
4545
- |-
4646
monitor() {
4747
export PGADMIN_SETUP_PASSWORD="$(date +%s | sha256sum | base64 | head -c 32)"
48-
PGADMIN_DIR=/usr/local/lib/python3.11/site-packages/pgadmin4
48+
PGADMIN_DIR=/usr/local/lib/python3.12/site-packages/pgadmin4
4949
APP_RELEASE=$(cd $PGADMIN_DIR && python3 -c "import config; print(config.APP_RELEASE)")
5050
5151
echo "Running pgAdmin4 Setup"
@@ -246,7 +246,7 @@ containers:
246246
- |-
247247
monitor() {
248248
export PGADMIN_SETUP_PASSWORD="$(date +%s | sha256sum | base64 | head -c 32)"
249-
PGADMIN_DIR=/usr/local/lib/python3.11/site-packages/pgadmin4
249+
PGADMIN_DIR=/usr/local/lib/python3.12/site-packages/pgadmin4
250250
APP_RELEASE=$(cd $PGADMIN_DIR && python3 -c "import config; print(config.APP_RELEASE)")
251251
252252
echo "Running pgAdmin4 Setup"

0 commit comments

Comments
 (0)