Files
service-catalog/doc/change-bitnami-image.md
T
wbsong111 14c05f1e61 카탈로그에서 kong·unitycatalog·rancher-monitoring(-crd) 제거
불필요 판단으로 4개 차트 디렉토리를 통째로 삭제한다:
- manifests/helm/kong/2.46.0
- manifests/helm/unitycatalog/0.2.0 (define-chart-resources.md에도 "사용 여부
  검토 필요"로 이미 표시돼 있었음)
- manifests/helm/rancher-monitoring/104.1.2+up57.0.3
- manifests/helm/rancher-monitoring-crd/104.1.2+up57.0.3

문서 정리:
- doc/define-chart-resources.md: 4개 차트의 리소스 프로파일 섹션 + 요약 테이블
  행 삭제(섹션 번호는 재정렬하지 않음 — 범위 밖의 큰 변경이라 별도로 둠)
- doc/change-bitnami-image.md: kong·unity catalog 섹션 삭제(bitnami 이미지
  치환 대상이 더 이상 없음)

doc/chart-restructure-plan.md는 건드리지 않았다 — 2026-01-19 charts/→manifests/
디렉토리 이전을 기록한 변경 이력이라, 그 시점에 실재했던 차트 목록을 지금 기준
으로 고치면 역사 기록이 왜곡된다.

manifests/applicationset 등 다른 배포 경로에서 이 4개 차트를 참조하는 곳이
없음을 확인했다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 13:04:57 +09:00

4.8 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

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