Skip to content

Commit 2b679a7

Browse files
chambridgeclaude
andcommitted
chore(modelregistry): add PostgreSQL 16 image mapping
Add IMAGES_POSTGRES to RELATED_IMAGE_RHEL9_POSTGRES16_IMAGE mapping in model registry image replacement configuration to support PostgreSQL 16 container image deployment. Related: opendatahub-io/model-registry-operator#374 Co-Authored-By: Claude <[email protected]> Signed-off-by: Chris Hambridge <[email protected]>
1 parent 816b85a commit 2b679a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/components/modelregistry/modelregistry_support.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var (
3131
"IMAGES_BENCHMARK_DATA": "RELATED_IMAGE_ODH_MODEL_PERFORMANCE_DATA_IMAGE",
3232
"IMAGES_JOBS_ASYNC_UPLOAD": "RELATED_IMAGE_ODH_MODEL_REGISTRY_JOB_ASYNC_UPLOAD_IMAGE",
3333
"kube-rbac-proxy": "RELATED_IMAGE_OSE_KUBE_RBAC_PROXY_IMAGE",
34+
"IMAGES_POSTGRES": "RELATED_IMAGE_RHEL9_POSTGRES16_IMAGE",
3435
}
3536

3637
extraParamsMap = map[string]string{

0 commit comments

Comments
 (0)