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: Update regions #63

Merged
merged 1 commit into from
Oct 25, 2024
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| [Demo](./charts/demo/README.md) | 2.0.0 |latest | Formance Private Regions Demo | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/demo)](https://artifacthub.io/packages/search?repo=demo) |
| [Membership](./charts/membership/README.md) | v1.0.0-beta.18 |v0.35.3 | Formance Membership API. Manage stacks, organizations, regions, invitations, users, roles, and permissions. | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/membership)](https://artifacthub.io/packages/search?repo=membership) |
| [Portal](./charts/portal/README.md) | v1.0.0-beta.9 |764bb7e199e1d2882e4d5cd205eada0ef0abc283 | Formance Portal | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/portal)](https://artifacthub.io/packages/search?repo=portal) |
| [Regions](./charts/regions/README.md) | v2.1.2 |latest | Formance Private Regions Helm Chart | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/regions)](https://artifacthub.io/packages/search?repo=regions) |
| [Regions](./charts/regions/README.md) | v2.2.0 |latest | Formance Private Regions Helm Chart | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/regions)](https://artifacthub.io/packages/search?repo=regions) |
| [Stargate](./charts/stargate/README.md) | 0.5.3 |latest | Formance Stargate gRPC Gateway | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/stargate)](https://artifacthub.io/packages/search?repo=stargate) |

## How to contribute
Expand Down
6 changes: 3 additions & 3 deletions charts/regions/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: v2.1.0
- name: operator
repository: oci://ghcr.io/formancehq/helm
version: v2.0.20
digest: sha256:2a0778851fc3a82bfd0a519cdcc3b43c0fb2fc3360034bb05811738a198d458a
generated: "2024-10-22T08:21:38.635778323Z"
version: v2.1.0
digest: sha256:6b6101765bc250bce08cb9b17ae4f3539e5a2386080024af6e088eca884d9d5d
generated: "2024-10-25T12:06:10.130490848Z"
4 changes: 2 additions & 2 deletions charts/regions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"

type: application
version: "v2.1.2"
version: "v2.2.0"
appVersion: "latest"

dependencies:
Expand All @@ -20,6 +20,6 @@ dependencies:
repository: "file://../agent"
condition: agent.enabled
- name: operator
version: v2.0.20
version: v2.1.0
repository: "oci://ghcr.io/formancehq/helm"
condition: operator.enabled
4 changes: 2 additions & 2 deletions charts/regions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# regions

![Version: v2.1.2](https://img.shields.io/badge/Version-v2.1.2-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: v2.2.0](https://img.shields.io/badge/Version-v2.2.0-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 @@ -22,7 +22,7 @@ Formance Private Regions Helm Chart
| Repository | Name | Version |
|------------|------|---------|
| file://../agent | agent | v2.1.0 |
| oci://ghcr.io/formancehq/helm | operator | v2.0.20 |
| oci://ghcr.io/formancehq/helm | operator | v2.1.0 |

## Values

Expand Down
Loading