From c0f7b39ee41e05228698b16b7dfe1915db372d9f Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Fri, 22 Dec 2023 21:57:29 +0100 Subject: [PATCH] chore: upgrade ES version --- docs/docs/deployment/cloudprem/operator.mdx | 6 +++--- docs/docs/deployment/elements/operator.mdx | 2 +- docs/docs/operator/upgrade.mdx | 2 +- helm/regions/Chart.yaml | 3 +-- helm/regions/values.yaml | 8 ++++++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/docs/deployment/cloudprem/operator.mdx b/docs/docs/deployment/cloudprem/operator.mdx index ab108e365e..0953ce049d 100644 --- a/docs/docs/deployment/cloudprem/operator.mdx +++ b/docs/docs/deployment/cloudprem/operator.mdx @@ -42,7 +42,7 @@ With this file in place, we can deploy our private region using Helm: ```bash helm install regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.4.2 \ +-- version 0.4.4 \ --namespace formance-system \ --create-namespace \ --values region.values.yaml @@ -65,7 +65,7 @@ Thanks to this CRD, you can also deploy a custom version of a service, including You can install the latest versions of CRD Versions with the following command: ```bash helm upgrade regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.4.2 \ +-- version 0.4.4 \ --namespace formance-system \ --create-namespace \ --values region.values.yaml @@ -79,7 +79,7 @@ The "Configuration" CRD defines the configuration of our application. This inclu If you wish to create all the configurations required for testing. You can run the following command: ```bash helm upgrade regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.4.2 \ +-- version 0.4.4 \ --namespace formance-system \ --create-namespace \ --values region.values.yaml diff --git a/docs/docs/deployment/elements/operator.mdx b/docs/docs/deployment/elements/operator.mdx index 9236bd50c9..e6024be9e4 100644 --- a/docs/docs/deployment/elements/operator.mdx +++ b/docs/docs/deployment/elements/operator.mdx @@ -99,7 +99,7 @@ Run the following command to apply the Kubernetes manifest that includes the ope ```shell helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.4.2 \ +-- version 0.4.4 \ --namespace formance-system \ --create-namespace \ --set agent.enabled=false diff --git a/docs/docs/operator/upgrade.mdx b/docs/docs/operator/upgrade.mdx index 4ad232c8ee..fa8d51566c 100644 --- a/docs/docs/operator/upgrade.mdx +++ b/docs/docs/operator/upgrade.mdx @@ -8,7 +8,7 @@ The operator can be upgraded by running the following command: ```bash helm upgrade regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.4.2 \ +-- version 0.4.4 \ --namespace formance-system \ ``` diff --git a/helm/regions/Chart.yaml b/helm/regions/Chart.yaml index 94df6e003e..8edb086a04 100644 --- a/helm/regions/Chart.yaml +++ b/helm/regions/Chart.yaml @@ -10,7 +10,7 @@ maintainers: icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4" type: application -version: 0.4.3 +version: 0.4.4 appVersion: "latest" dependencies: @@ -34,4 +34,3 @@ dependencies: version: 0.6.1 repository: "oci://registry-1.docker.io/bitnamicharts" condition: demo.enabled - diff --git a/helm/regions/values.yaml b/helm/regions/values.yaml index 0cb42b3de0..3949f223de 100644 --- a/helm/regions/values.yaml +++ b/helm/regions/values.yaml @@ -66,13 +66,17 @@ opensearch: security: enabled: false master: + replicaCount: 1 persistence: enabled: false - replicaCount: 1 data: - replicaCount: 0 + replicaCount: 2 + persistence: + enabled: false coordinating: replicaCount: 0 ingest: enabled: false replicaCount: 0 + dashboards: + enabled: true \ No newline at end of file