Skip to content

Commit 3cac768

Browse files
committed
version: 1.16.3-SNAPSHOT
1 parent 47d1eee commit 3cac768

12 files changed

Lines changed: 17 additions & 17 deletions

File tree

stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: stackgres-cluster
3-
version: "1.16.2"
3+
version: "1.16.3-SNAPSHOT"
44
kubeVersion: "1.18.0-0 - 1.32.x-0"
55
description: StackGres Cluster
66
keywords:
@@ -18,5 +18,5 @@ maintainers:
1818
email: info@ongres.com
1919
url: https://ongres.com
2020
icon: https://gitlab.com/uploads/-/system/project/avatar/12584701/logo-stackgres.png?width=64
21-
appVersion: "1.16.2"
21+
appVersion: "1.16.3-SNAPSHOT"
2222
deprecated: false

stackgres-k8s/install/helm/stackgres-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: stackgres-operator
3-
version: "1.16.2"
3+
version: "1.16.3-SNAPSHOT"
44
kubeVersion: "1.18.0-0 - 1.32.x-O"
55
description: StackGres Operator
66
keywords:
@@ -20,5 +20,5 @@ maintainers:
2020
email: info@ongres.com
2121
url: https://ongres.com
2222
icon: https://gitlab.com/uploads/-/system/project/avatar/12584701/logo-stackgres.png?width=64
23-
appVersion: "1.16.2"
23+
appVersion: "1.16.3-SNAPSHOT"
2424
deprecated: false

stackgres-k8s/install/helm/stackgres-operator/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ operator:
2020
# -- Operator image name
2121
name: "stackgres/operator"
2222
# -- Operator image tag
23-
tag: "1.16.2"
23+
tag: "main-1.16-jvm"
2424
# -- Operator image pull policy
2525
pullPolicy: "IfNotPresent"
2626
# -- Operator Pod annotations
@@ -61,7 +61,7 @@ restapi:
6161
# -- REST API image name
6262
name: "stackgres/restapi"
6363
# -- REST API image tag
64-
tag: "1.16.2"
64+
tag: "main-1.16-jvm"
6565
# -- REST API image pull policy
6666
pullPolicy: "IfNotPresent"
6767
# -- REST API Pod annotations
@@ -92,7 +92,7 @@ adminui:
9292
# -- Web Console image name
9393
name: "stackgres/admin-ui"
9494
# -- Web Console image tag
95-
tag: "1.16.2"
95+
tag: "main-1.16"
9696
# -- Web Console image pull policy
9797
pullPolicy: "IfNotPresent"
9898
# -- Web Console resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core
@@ -284,7 +284,7 @@ jobs:
284284
# -- Operator Installation Jobs image name
285285
name: "stackgres/jobs"
286286
# -- Operator Installation Jobs image tag
287-
tag: "1.16.2"
287+
tag: "main-1.16-jvm"
288288
# -- Operator Installation Jobs image pull policy
289289
pullPolicy: "IfNotPresent"
290290
# -- Operator Installation Jobs annotations

stackgres-k8s/src/cluster-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.stackgres</groupId>
1313
<artifactId>stackgres-parent</artifactId>
14-
<version>1.16.2</version>
14+
<version>1.16.3-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>stackgres-cluster-controller</artifactId>

stackgres-k8s/src/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.16.2</version>
13+
<version>1.16.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>stackgres-common</artifactId>

stackgres-k8s/src/jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.16.2</version>
13+
<version>1.16.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>stackgres-jobs</artifactId>

stackgres-k8s/src/operator-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.16.2</version>
13+
<version>1.16.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>stackgres-operator-framework</artifactId>

stackgres-k8s/src/operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.stackgres</groupId>
1313
<artifactId>stackgres-parent</artifactId>
14-
<version>1.16.2</version>
14+
<version>1.16.3-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>stackgres-operator</artifactId>

stackgres-k8s/src/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.16.2</version>
13+
<version>1.16.3-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Parent POM</name>
1616

stackgres-k8s/src/restapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>stackgres-parent</artifactId>
1313
<groupId>io.stackgres</groupId>
14-
<version>1.16.2</version>
14+
<version>1.16.3-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>stackgres-restapi</artifactId>

0 commit comments

Comments
 (0)