Skip to content

Commit 9864798

Browse files
committed
version: 1.16.4-SNAPSHOT
1 parent 78e6f64 commit 9864798

13 files changed

Lines changed: 53 additions & 29 deletions

File tree

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

Lines changed: 36 additions & 12 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>`"main-1.15"`</td>
46+
<td>`"1.16.3"`</td>
4747
<td>Web Console image tag</td>
4848
</tr>
4949
<tr>
@@ -301,7 +301,7 @@ Workaround for hugo bug not rendering first table row
301301
<tr>
302302
<td id="collector--config--exporters--prometheus--metric_expiration">collector.config.exporters.prometheus.metric_expiration</td>
303303
<td>string</td>
304-
<td>`"180m"`</td>
304+
<td>`"5m"`</td>
305305
<td></td>
306306
</tr>
307307
<tr>
@@ -341,9 +341,21 @@ Workaround for hugo bug not rendering first table row
341341
<td></td>
342342
</tr>
343343
<tr>
344-
<td id="collector--config--processors">collector.config.processors</td>
345-
<td>object</td>
346-
<td>`{}`</td>
344+
<td id="collector--config--processors--memory_limiter--check_interval">collector.config.processors.memory_limiter.check_interval</td>
345+
<td>string</td>
346+
<td>`"1s"`</td>
347+
<td></td>
348+
</tr>
349+
<tr>
350+
<td id="collector--config--processors--memory_limiter--limit_percentage">collector.config.processors.memory_limiter.limit_percentage</td>
351+
<td>int</td>
352+
<td>`80`</td>
353+
<td></td>
354+
</tr>
355+
<tr>
356+
<td id="collector--config--processors--memory_limiter--spike_limit_percentage">collector.config.processors.memory_limiter.spike_limit_percentage</td>
357+
<td>int</td>
358+
<td>`15`</td>
347359
<td></td>
348360
</tr>
349361
<tr>
@@ -383,9 +395,9 @@ Workaround for hugo bug not rendering first table row
383395
<td></td>
384396
</tr>
385397
<tr>
386-
<td id="collector--config--service--pipelines--metrics--processors">collector.config.service.pipelines.metrics.processors</td>
387-
<td>list</td>
388-
<td>`[]`</td>
398+
<td id="collector--config--service--pipelines--metrics--processors[0]">collector.config.service.pipelines.metrics.processors[0]</td>
399+
<td>string</td>
400+
<td>`"memory_limiter"`</td>
389401
<td></td>
390402
</tr>
391403
<tr>
@@ -457,7 +469,7 @@ Workaround for hugo bug not rendering first table row
457469
<tr>
458470
<td id="collector--resources">collector.resources</td>
459471
<td>object</td>
460-
<td>`{}`</td>
472+
<td>`{"limits":{"cpu":"1","memory":"4Gi"},"requests":{"cpu":"250m","memory":"1Gi"}}`</td>
461473
<td>OpenTelemetry Collector Pod resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#resourcerequirements-v1-core</td>
462474
</tr>
463475
<tr>
@@ -658,6 +670,18 @@ Workaround for hugo bug not rendering first table row
658670
<td>`[]`</td>
659671
<td>Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core</td>
660672
</tr>
673+
<tr>
674+
<td id="developer--patches--stream--volumeMounts">developer.patches.stream.volumeMounts</td>
675+
<td>list</td>
676+
<td>`[]`</td>
677+
<td>Pod's container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core</td>
678+
</tr>
679+
<tr>
680+
<td id="developer--patches--stream--volumes">developer.patches.stream.volumes</td>
681+
<td>list</td>
682+
<td>`[]`</td>
683+
<td>Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core</td>
684+
</tr>
661685
<tr>
662686
<td id="developer--showDebug">developer.showDebug</td>
663687
<td>bool</td>
@@ -823,7 +847,7 @@ Workaround for hugo bug not rendering first table row
823847
<tr>
824848
<td id="jobs--image--tag">jobs.image.tag</td>
825849
<td>string</td>
826-
<td>`"main-1.15-jvm"`</td>
850+
<td>`"1.16.3"`</td>
827851
<td>Operator Installation Jobs image tag</td>
828852
</tr>
829853
<tr>
@@ -871,7 +895,7 @@ Workaround for hugo bug not rendering first table row
871895
<tr>
872896
<td id="operator--image--tag">operator.image.tag</td>
873897
<td>string</td>
874-
<td>`"main-1.15-jvm"`</td>
898+
<td>`"1.16.3"`</td>
875899
<td>Operator image tag</td>
876900
</tr>
877901
<tr>
@@ -943,7 +967,7 @@ Workaround for hugo bug not rendering first table row
943967
<tr>
944968
<td id="restapi--image--tag">restapi.image.tag</td>
945969
<td>string</td>
946-
<td>`"main-1.15-jvm"`</td>
970+
<td>`"1.16.3"`</td>
947971
<td>REST API image tag</td>
948972
</tr>
949973
<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.16.3"
3+
version: "1.16.4-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.3"
21+
appVersion: "1.16.4-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.3"
3+
version: "1.16.4-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.3"
23+
appVersion: "1.16.4-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.3"
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.3"
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.3"
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.3"
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.3</version>
14+
<version>1.16.4-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.3</version>
13+
<version>1.16.4-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.3</version>
13+
<version>1.16.4-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.3</version>
13+
<version>1.16.4-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.3</version>
14+
<version>1.16.4-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.3</version>
13+
<version>1.16.4-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>Parent POM</name>
1616

0 commit comments

Comments
 (0)