postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Kustomization not using the new Google Image Repository

Open apeschel opened this issue 2 years ago • 0 comments

The kustomization is still using the old Docker Hub repository:

        image: movetokube/postgres-operator

https://github.com/movetokube/postgres-operator/blob/master/deploy/operator.yaml#L18

Should be:

        image: ghcr.io/movetokube/postgres-operator

apeschel avatar Jul 06 '23 16:07 apeschel