diff --git a/components/operator/helm/Chart.yaml b/components/operator/helm/Chart.yaml index 13126700d5..d93d0c4ac4 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.5 +version: 0.2.6 # 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.12" +appVersion: "v0.16.15" diff --git a/components/operator/helm/README.md b/components/operator/helm/README.md index 56f242c9fb..fb189891b8 100644 --- a/components/operator/helm/README.md +++ b/components/operator/helm/README.md @@ -1,6 +1,6 @@ # operator -![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) +![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.15](https://img.shields.io/badge/AppVersion-v0.16.15-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.12"` | | +| image.tag | string | `"v0.16.15"` | | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | diff --git a/components/operator/helm/values.yaml b/components/operator/helm/values.yaml index 46206799dd..08a565e0b7 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.12" + tag: "v0.16.15" imagePullSecrets: [] diff --git a/docs/docs/deployment/cloudprem/operator.mdx b/docs/docs/deployment/cloudprem/operator.mdx index a64e780e8a..22dbeda6a2 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 5 \ +--version 0.2.6 \ --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 35d6572a08..d22d066fea 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.5 --namespace formance-system --create-namespace --set agent.enabled=false +helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions --version 0.2.6 --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 d532625521..b67d6e561a 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.5 -digest: sha256:1dfe87f94b48f6da6084f47588460853965ecfe6ee38c26262fdfd8072cd7f7b -generated: "2023-08-29T11:53:12.219307+02:00" + version: 0.2.6 +digest: sha256:8187c6e2d642fcb3f0e87434d79f661c3642b27ef387cb4f88dd8a1f21515c85 +generated: "2023-09-22T08:42:28.093325+02:00" diff --git a/helm/regions/Chart.yaml b/helm/regions/Chart.yaml index 021d24a7bf..a83f60721a 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.5 +version: 0.2.6 appVersion: "latest" dependencies: @@ -19,6 +19,6 @@ dependencies: repository: "file://../../components/agent/helm" condition: agent.enabled - name: operator - version: 0.2.5 + version: 0.2.6 repository: "file://../../components/operator/helm" condition: operator.enabled diff --git a/helm/regions/README.md b/helm/regions/README.md index b25605ff19..dc9c0a2b33 100644 --- a/helm/regions/README.md +++ b/helm/regions/README.md @@ -1,6 +1,6 @@ # regions -![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) +![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-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.5 | +| file://../../components/operator/helm | operator | 0.2.6 | ## 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.12"` | | +| operator.image.tag | string | `"v0.16.15"` | | | 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 f519a4891b..2805248a54 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.12" + tag: "v0.16.15" operator: disableWebhooks: false region: "private"