Files
service-catalog/doc/change-bitnami-image.md
T
2025-10-28 08:54:38 +09:00

5.4 KiB

binami 이미지 변경

개요

bitnami의 이미지 제공 방식이 변경되어 기존 chart를 사용하는 repository가 변경되었습다. 본 문서에는 bitnami 이미지를 사용하는 차트의 목록과 변경해야 할 values.yaml을 정리하였습니다.

1. airflow

Apache Airflow - 워크플로우 오케스트레이션

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql
    tag: 16.1.0-debian-11-r15

2. gitea

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql
  volumePermissions:
    image:
      repository: bitnamilegacy/bitnami-shell
  metrics:
    image:
      repository: bitnamilegacy/postgres-exporter

3. keycloak

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql
  volumePermissions:
    image:
      repository: bitnamilegacy/bitnami-shell
  metrics:
    image:
      repository: bitnamilegacy/postgres-exporter

4. kong

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql

5. langflow-ide

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql

6. langfuse

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
Clickhiuse bitnami/clickhouse bitnamilegacy/clickhouse
Valkey bitnami/valkey bitnamilegacy/valkey
postgresql:
  image:
    repository: bitnamilegacy/postgresql
redis:
  image:
    repository: bitnamilegacy/valkey

clickhouse:
  image:
    repository: bitnamilegacy/clickhouse

7. litellm

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql

8. mlflow

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
MLflow bitnami/mlflow bitnamilegacy/mlflow
Git bitnami/git bitnamilegacy/git
WaitContainer bitnami/os-shell bitnamilegacy/os-shell
Postgresql bitnami/postgresql bitnamilegacy/postgresql
Minio bitnami/minio bitnamilegacy/minio
image:
  repository: bitnamilegacy/mlflow

gitImage:
  repository: bitnamilegacy/git

waitContainer:
  image:
    repository: bitnamilegacy/os-shell

minio:
  image:
    repository: bitnamilegacy/postgresql

postgresql:
  image:
    repository: bitnamilegacy/minio
  

9. nemo

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
Data Store PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
Customizer PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
Evaluator PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
Entity Store PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
data-store:
  postgresql:
    image:
      repository: bitnamilegacy/postgresql
customizer:
  postgresql:
    image:
      repository: bitnamilegacy/postgresql
evaluator:
  postgresql:
    image:
      repository: bitnamilegacy/postgresql
entity-store:
  postgresql:
    image:
      repository: bitnamilegacy/postgresql

10. postgresql-ha

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql-repmgr bitnamilegacy/postgresql
pgpool bitnami/pgpool bitnamilegacy/pgpool
postgresql:
  image:
    repository: bitnamilegacy/postgresql-repmgr
pgpool:
  image:
    repository: bitnamilegacy/pgpool

11. superset

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
Redis bitnami/valkey bitnamilegacy/valkey
postgresql:
  image:
    repository: bitnamilegacy/postgresql
redis:
  image:
    repository: bitnamilegacy/redis

11. unity catalog

** bitnami 사용 컴포넌트 **

컴포넌트 사용 이미지 변경해야 할 이미지
PostgreSQL bitnami/postgresql bitnamilegacy/postgresql
postgresql:
  image:
    repository: bitnamilegacy/postgresql