postgres-operator
postgres-operator copied to clipboard
Kustomization not using the new Google Image Repository
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