You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Deprecation of DockerHub repository `movetokube/postgres-operator`
6
+
### Restoring pushes to DockerHub repository `movetokube/postgres-operator`
7
7
8
-
Dockerhub decided to sunset free organisations in docker hub and gave a timeline of 4 weeks to either pay the monthly fee for organisation
9
-
or move somewhere else.
10
-
Movetokube being an open source organisation (with me as a single member) in dockerhub cannot bear the requested price and is forced to move.
8
+
Some history about this:
11
9
12
-
`movetokube/postgres-operator` images will be deleted from docker hub, by docker hub in May and will no longer be available in there.
13
-
All images with all tags have been migrated to Github Container Registry (GHCR.io). You will have to adjust your deployments to reflect that, or better: cache images
14
-
locally in your own organisations.
10
+
About 10 days after announcing the decition to sunset free organisations in dockerhub and receiving heavily negative community feedback
11
+
Docker revoked their decision, did a 180-degree turn and did not sunset free legacy organisations.
15
12
16
-
All future `postgres-operator`images will be published to `ghcr.io/movetokube/postgres-operator`repository.
13
+
Thus, new images of this operator will be pushed to both `movetokube/postgres-operator` and `ghcr.io/movetokube/postgres-operator`for your convenience.
17
14
18
-
ext-postgres-operator Helm chart version **1.2.3** will automatically pull images
19
-
from this new repository.
15
+
Starting with ext-postgres-operator Helm chart version **1.2.3** images will be pulled from ghcr by default, you can change this if you like.
20
16
21
17
Here's how to install it (please install with care according to your configuration):
0 commit comments