From 228c82030ab194fe1f15eb764c49fc662f4132b0 Mon Sep 17 00:00:00 2001 From: Mindy Moreland Date: Tue, 26 May 2026 17:35:11 -0700 Subject: [PATCH] docs: update Docker image registry from GHCR to ECR Public --- docs/connector.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/connector.mdx b/docs/connector.mdx index fea1ce5..e54e64e 100644 --- a/docs/connector.mdx +++ b/docs/connector.mdx @@ -152,7 +152,7 @@ spec: spec: containers: - name: baton-postgresql - image: ghcr.io/conductorone/baton-postgresql:latest + image: public.ecr.aws/conductorone/baton-postgresql:latest imagePullPolicy: IfNotPresent env: - name: BATON_HOST_ID @@ -174,5 +174,4 @@ Check that the connector data uploaded correctly. In C1, click **Apps**. On the **That's it!** Your PostgreSQL connector is now pulling access data into C1. - - + \ No newline at end of file