diff --git a/components/operator/helm/Chart.yaml b/components/operator/helm/Chart.yaml index 290cfce420..13126700d5 100644 --- a/components/operator/helm/Chart.yaml +++ b/components/operator/helm/Chart.yaml @@ -22,10 +22,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.4 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.16.11" +appVersion: "v0.16.12" diff --git a/components/operator/helm/README.md b/components/operator/helm/README.md index 4f4a3d7310..56f242c9fb 100644 --- a/components/operator/helm/README.md +++ b/components/operator/helm/README.md @@ -1,6 +1,6 @@ # operator -![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.11](https://img.shields.io/badge/AppVersion-v0.16.11-informational?style=flat-square) +![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.12](https://img.shields.io/badge/AppVersion-v0.16.12-informational?style=flat-square) Formance Operator Helm Chart @@ -24,7 +24,7 @@ Formance Operator Helm Chart | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/formancehq/operator"` | | -| image.tag | string | `"v0.16.11"` | | +| image.tag | string | `"v0.16.12"` | | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | diff --git a/components/operator/helm/values.yaml b/components/operator/helm/values.yaml index 9dd9380084..46206799dd 100644 --- a/components/operator/helm/values.yaml +++ b/components/operator/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/formancehq/operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.16.11" + tag: "v0.16.12" imagePullSecrets: [] diff --git a/docs/docs/deployment/cloudprem/operator.mdx b/docs/docs/deployment/cloudprem/operator.mdx index 19a11590d1..a64e780e8a 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 upgrade --install regions oci://ghcr.io/formancehq/helm/regions \ ---version 0.2.4 \ +--version 5 \ --namespace formance-system \ --create-namespace \ --values region.values.yaml diff --git a/docs/docs/deployment/elements/kubernetes.mdx b/docs/docs/deployment/elements/kubernetes.mdx index 7fac37c46b..35d6572a08 100644 --- a/docs/docs/deployment/elements/kubernetes.mdx +++ b/docs/docs/deployment/elements/kubernetes.mdx @@ -98,7 +98,7 @@ To deploy the Formance operator in your k8s cluster, the first step is to instal Run the following command to apply the Kubernetes manifest that includes the operator: ```shell -helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions --version 0.2.4 --namespace formance-system --create-namespace --set agent.enabled=false +helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions --version 0.2.5 --namespace formance-system --create-namespace --set agent.enabled=false ``` This will deploy the operator in your cluster, and allow you to start using it with the CRDs mentioned below. diff --git a/helm/regions/Chart.lock b/helm/regions/Chart.lock index ab589a4d62..d532625521 100644 --- a/helm/regions/Chart.lock +++ b/helm/regions/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.2.0 - name: operator repository: file://../../components/operator/helm - version: 0.2.4 -digest: sha256:05d32cbaff503163bb19947ae8d8197c50731a0b0b1162be6ba278f49f072497 -generated: "2023-08-28T16:13:13.855709+02:00" + version: 0.2.5 +digest: sha256:1dfe87f94b48f6da6084f47588460853965ecfe6ee38c26262fdfd8072cd7f7b +generated: "2023-08-29T11:53:12.219307+02:00" diff --git a/helm/regions/Chart.yaml b/helm/regions/Chart.yaml index 075b666998..021d24a7bf 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.2.4 +version: 0.2.5 appVersion: "latest" dependencies: @@ -19,6 +19,6 @@ dependencies: repository: "file://../../components/agent/helm" condition: agent.enabled - name: operator - version: 0.2.4 + version: 0.2.5 repository: "file://../../components/operator/helm" condition: operator.enabled diff --git a/helm/regions/README.md b/helm/regions/README.md index 0cd56c54ca..b25605ff19 100644 --- a/helm/regions/README.md +++ b/helm/regions/README.md @@ -1,6 +1,6 @@ # regions -![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Formance Private Regions Helm Chart @@ -21,7 +21,7 @@ Formance Private Regions Helm Chart | Repository | Name | Version | |------------|------|---------| | file://../../components/agent/helm | agent | 0.2.0 | -| file://../../components/operator/helm | operator | 0.2.4 | +| file://../../components/operator/helm | operator | 0.2.5 | ## Values @@ -41,7 +41,7 @@ Formance Private Regions Helm Chart | operator.enabled | bool | `true` | | | operator.fullnameOverride | string | `"operator"` | | | operator.image.repository | string | `"ghcr.io/formancehq/operator"` | | -| operator.image.tag | string | `"v0.16.11"` | | +| operator.image.tag | string | `"v0.16.12"` | | | operator.nameOverride | string | `"operator"` | | | operator.operator.disableWebhooks | bool | `false` | | | operator.operator.enableLeaderElection | bool | `true` | | diff --git a/helm/regions/values.yaml b/helm/regions/values.yaml index d4cbfb0349..f519a4891b 100644 --- a/helm/regions/values.yaml +++ b/helm/regions/values.yaml @@ -4,7 +4,7 @@ operator: nameOverride: "operator" image: repository: "ghcr.io/formancehq/operator" - tag: "v0.16.11" + tag: "v0.16.12" operator: disableWebhooks: false region: "private"