Update document

This commit is contained in:
wbsong111
2025-10-24 17:37:24 +09:00
parent d194c1f66c
commit 858e6322eb
2 changed files with 457 additions and 61 deletions
+33 -2
View File
@@ -95,7 +95,7 @@ postgresql:
``` yaml
postgresql:
image:
repository: bitnami/postgresql
repository: bitnamilegacy/postgresql
redis:
image:
repository: bitnamilegacy/valkey
@@ -186,7 +186,7 @@ entity-store:
** bitnami 사용 컴포넌트 **
| 컴포넌트 | 사용 이미지 | 변경해야 할 이미지 |
|----------|-------|-------|
| **PostgreSQL Primary** | bitnami/postgresql-repmgr | bitnamilegacy/postgresql |
| **PostgreSQL** | bitnami/postgresql-repmgr | bitnamilegacy/postgresql |
| **pgpool** | bitnami/pgpool | bitnamilegacy/pgpool |
``` yaml
@@ -196,4 +196,35 @@ postgresql:
pgpool:
image:
repository: bitnamilegacy/pgpool
```
## 11. superset
** bitnami 사용 컴포넌트 **
| 컴포넌트 | 사용 이미지 | 변경해야 할 이미지 |
|----------|-------|-------|
| **PostgreSQL** | bitnami/postgresql | bitnamilegacy/postgresql |
| **Redis** | bitnami/valkey | bitnamilegacy/valkey |
``` yaml
postgresql:
image:
repository: bitnamilegacy/postgresql
redis:
image:
repository: bitnamilegacy/redis
```
## 11. unity catalog
** bitnami 사용 컴포넌트 **
| 컴포넌트 | 사용 이미지 | 변경해야 할 이미지 |
|----------|-------|-------|
| **PostgreSQL** | bitnami/postgresql | bitnamilegacy/postgresql |
``` yaml
postgresql:
image:
repository: bitnamilegacy/postgresql
```