Skip to content

Commit

Permalink
Merge pull request #94 from formancehq/feat/pla-199-featcloudprem-upd…
Browse files Browse the repository at this point in the history
…ate-cloudprem-chart

feat(cloudprem): v3.0.0-rc.0
  • Loading branch information
flemzord authored Jan 30, 2025
2 parents cd698ea + 2d2c7a7 commit 966c05f
Show file tree
Hide file tree
Showing 31 changed files with 707 additions and 618 deletions.
1 change: 1 addition & 0 deletions .local/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ for chart in "$CHARTS_DIR"/*; do
if [ -f "$chart/Chart.yaml" ]; then
echo " Mise à jour des dépendances..."
helm dependencies update "$chart"
helm template "$chart" --values "$chart/values.yaml"
else
echo " Chart.yaml non trouvé, saut de la mise à jour des dépendances."
fi
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
| Readme | Chart Version | App Version | Description | Hub |
|--------|---------------|-------------|-------------|-----|
| [Agent](./charts/agent/README.md) | 2.4.0 |v2.2.0 | Formance Membership Agent Helm Chart | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/agent)](https://artifacthub.io/packages/search?repo=agent) |
| [Cloudprem](./charts/cloudprem/README.md) | 2.2.1 |v0.36.2 | Formance control-plane | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cloudprem)](https://artifacthub.io/packages/search?repo=cloudprem) |
| [Console](./charts/console/README.md) | 1.2.0 |fccc26c5b568781b86fbd06c651399c0edd67bac | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console)](https://artifacthub.io/packages/search?repo=console) |
| [Console-V3](./charts/console-v3/README.md) | 1.2.0 |368ae6f5bd0a51bd5d9ebc0248a866869df5e326 | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console-v3)](https://artifacthub.io/packages/search?repo=console-v3) |
| [Cloudprem](./charts/cloudprem/README.md) | 3.0.0-rc.0 |v1.0.4 | Formance control-plane | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cloudprem)](https://artifacthub.io/packages/search?repo=cloudprem) |
| [Console](./charts/console/README.md) | 2.0.0 |console-on.v1.0.2 | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console)](https://artifacthub.io/packages/search?repo=console) |
| [Console-V3](./charts/console-v3/README.md) | 2.0.0 |9bc0913c2e5eecf5713a68312e43e7a80b4c61e5 | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console-v3)](https://artifacthub.io/packages/search?repo=console-v3) |
| [Core](./charts/core/README.md) | 1.1.0 |latest | Formance Core Library | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/core)](https://artifacthub.io/packages/search?repo=core) |
| [Demo](./charts/demo/README.md) | 2.1.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) | 1.2.0 |v0.36.2 | 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) | 1.2.0 |191a441519a65dae56a5b2cf56fe64eee03fc059 | Formance Portal | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/portal)](https://artifacthub.io/packages/search?repo=portal) |
| [Membership](./charts/membership/README.md) | 2.0.0 |v1.0.4 | 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) | 2.0.0 |9bc0913c2e5eecf5713a68312e43e7a80b4c61e5 | 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) | 2.8.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) |
| [Stargate](./charts/stargate/README.md) | 0.6.0 |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) |

Expand Down
12 changes: 6 additions & 6 deletions charts/cloudprem/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: membership
repository: file://../membership
version: 1.2.0
version: 2.0.0
- name: portal
repository: file://../portal
version: 1.2.0
version: 2.0.0
- name: console
repository: file://../console
version: 1.2.0
version: 2.0.0
- name: console-v3
repository: file://../console-v3
version: 1.2.0
digest: sha256:938db358858258b29e0bde4a8e32b3b35afed6b8d15d38278e9e5f38dac14feb
generated: "2025-01-24T17:11:17.166768+01:00"
version: 2.0.0
digest: sha256:4e08bb3b7b0682fefa4f6472d42e3d8923b19c89df910ad57853c6192ced6adf
generated: "2025-01-28T15:53:28.978377572Z"
18 changes: 9 additions & 9 deletions charts/cloudprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@ 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: 2.2.1
version: 3.0.0-rc.0

# 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.36.2"
appVersion: "v1.0.4"

kubeVersion: ">=1.14.0-0"
sources: []

dependencies:
- name: membership
version: 1.X
version: 2.X
repository: file://../membership
condition: membership.enabled
condition: global.platform.membership.enabled
- name: portal
version: 1.X
version: 2.X
repository: file://../portal
condition: portal.enabled
condition: global.platform.portal.enabled
- name: console
version: 1.X
version: 2.X
repository: file://../console
condition: console.enabled
condition: global.platform.console.enabled
- name: console-v3
version: 1.X
version: 2.X
repository: file://../console-v3
condition: global.platform.consoleV3.enabled
Loading

0 comments on commit 966c05f

Please sign in to comment.