Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): Upgrade regions & Operator to 0.2.6 #536

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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"
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.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

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.12"` | |
| image.tag | string | `"v0.16.15"` | |
| 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.12"
tag: "v0.16.15"


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 5 \
--version 0.2.6 \
--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.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.
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.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"
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.5
version: 0.2.6
appVersion: "latest"

dependencies:
Expand All @@ -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
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.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

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.5 |
| file://../../components/operator/helm | operator | 0.2.6 |

## 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.12"` | |
| operator.image.tag | string | `"v0.16.15"` | |
| 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.12"
tag: "v0.16.15"
operator:
disableWebhooks: false
region: "private"
Expand Down