Skip to content

Commit 1b1c35f

Browse files
committed
version: 1.17.1-SNAPSHOT
1 parent ae426a1 commit 1b1c35f

13 files changed

Lines changed: 21 additions & 21 deletions

File tree

doc/content/en/04-administration-guide/01-installation/02-installation-via-helm/01-operator-parameters/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Workaround for hugo bug not rendering first table row
4343
<tr>
4444
<td id="adminui--image--tag">adminui.image.tag</td>
4545
<td>string</td>
46-
<td>`"1.17.0-rc1"`</td>
46+
<td>`"1.17.0"`</td>
4747
<td>Web Console image tag</td>
4848
</tr>
4949
<tr>
@@ -847,7 +847,7 @@ Workaround for hugo bug not rendering first table row
847847
<tr>
848848
<td id="jobs--image--tag">jobs.image.tag</td>
849849
<td>string</td>
850-
<td>`"1.17.0-rc1"`</td>
850+
<td>`"1.17.0"`</td>
851851
<td>Operator Installation Jobs image tag</td>
852852
</tr>
853853
<tr>
@@ -895,7 +895,7 @@ Workaround for hugo bug not rendering first table row
895895
<tr>
896896
<td id="operator--image--tag">operator.image.tag</td>
897897
<td>string</td>
898-
<td>`"1.17.0-rc1"`</td>
898+
<td>`"1.17.0"`</td>
899899
<td>Operator image tag</td>
900900
</tr>
901901
<tr>
@@ -967,7 +967,7 @@ Workaround for hugo bug not rendering first table row
967967
<tr>
968968
<td id="restapi--image--tag">restapi.image.tag</td>
969969
<td>string</td>
970-
<td>`"1.17.0-rc1"`</td>
970+
<td>`"1.17.0"`</td>
971971
<td>REST API image tag</td>
972972
</tr>
973973
<tr>

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.17.0"
3+
version: "1.17.1-SNAPSHOT"
44
kubeVersion: "1.18.0-0 - 1.33.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.17.0"
21+
appVersion: "1.17.1-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.17.0"
3+
version: "1.17.1-SNAPSHOT"
44
kubeVersion: "1.18.0-0 - 1.33.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.17.0"
23+
appVersion: "1.17.1-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.17.0"
23+
tag: "main-1.17-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.17.0"
64+
tag: "main-1.17-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.17.0"
95+
tag: "main-1.17"
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.17.0"
287+
tag: "main-1.17-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.17.0</version>
14+
<version>1.17.1-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.17.0</version>
13+
<version>1.17.1-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.17.0</version>
13+
<version>1.17.1-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.17.0</version>
13+
<version>1.17.1-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.17.0</version>
14+
<version>1.17.1-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.17.0</version>
13+
<version>1.17.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Parent POM</name>
1616

0 commit comments

Comments
 (0)