Skip to content

Commit

Permalink
Update spilo version
Browse files Browse the repository at this point in the history
Signed-off-by: William Young <will.young@engineerbetter.com>
  • Loading branch information
William-Young-97 authored and bitsf committed Dec 1, 2022
1 parent 094e9a3 commit ba52662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/image/components.go
Expand Up @@ -128,8 +128,8 @@ func init() { //nolint:gochecknoinits
RegisterTag("cluster-redis", "5.0-alpine", "~2.2.0", "~2.3.0", "~2.4.0", "~2.5.0", "~2.6.0")

RegisterRepository("cluster-postgresql", "registry.opensource.zalan.do/acid", "*")
RegisterImageName("cluster-postgresql", "spilo-12", "*")
RegisterTag("cluster-postgresql", "1.6-p3", "~2.2.0", "~2.3.0", "~2.4.0", "~2.5.0", "~2.6.0")
RegisterImageName("cluster-postgresql", "spilo-14", "*")
RegisterTag("cluster-postgresql", "2.1-p7", "~2.2.0", "~2.3.0", "~2.4.0", "~2.5.0")

RegisterRepository("cluster-minio", "minio", "*") // the minio repository of dockerhub
RegisterImageName("cluster-minio", "minio", "*")
Expand Down

0 comments on commit ba52662

Please sign in to comment.