Skip to content

Commit 3cf7dce

Browse files
committed
version: 1.13.0-SNAPSHOT
1 parent 22637c9 commit 3cf7dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • stackgres-k8s/src/common/src/main/java/io/stackgres/common/component

stackgres-k8s/src/common/src/main/java/io/stackgres/common/component/Components.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public enum ComponentsV113 implements ComponentWrapper {
6767
StackGresProperty.SG_IMAGE_PATRONI,
6868
"%1$s/ongres/patroni:v%2$s-%4$s-build-%3$s",
6969
new Component[] {
70-
Components.ComponentsV112.POSTGRESQL.getComponent(),
71-
Components.ComponentsV112.BABELFISH.getComponent(),
70+
Components.ComponentsV113.POSTGRESQL.getComponent(),
71+
Components.ComponentsV113.BABELFISH.getComponent(),
7272
})),
7373
POSTGRES_UTIL(new Component(ComponentVersionReader.V_1_13.versionReader, "postgresql",
7474
StackGresProperty.SG_IMAGE_POSTGRES_UTIL,

0 commit comments

Comments
 (0)