Skip to content

Commit

Permalink
feat(helm): Upgrade regions & Operator to 0.2.5 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Aug 29, 2023
1 parent 7b0aa76 commit b9fda39
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions components/operator/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions components/operator/helm/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion components/operator/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deployment/cloudprem/operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deployment/elements/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions helm/regions/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions helm/regions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
6 changes: 3 additions & 3 deletions helm/regions/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/regions/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit b9fda39

@vercel
Copy link

@vercel vercel bot commented on b9fda39 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.