diff --git a/docker-compose.yml b/docker-compose.yml index dd6fd18f7c..8abcca75ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - ".local/gateway/Caddyfile:/etc/caddy/Caddyfile" ledger: - image: "ghcr.io/formancehq/ledger:v2.0.0-beta.16" + image: "ghcr.io/formancehq/ledger:v2.0.0-rc.2" healthcheck: test: [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ] interval: 10s @@ -24,7 +24,7 @@ services: POSTGRES_URI: "postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable" payments-migrate: - image: "ghcr.io/formancehq/payments:v2.0.0-beta.16" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.2" command: migrate up depends_on: postgres: @@ -33,7 +33,7 @@ services: POSTGRES_URI: "postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable" payments-api: - image: "ghcr.io/formancehq/payments:v2.0.0-beta.16" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.2" command: api server healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ] @@ -51,7 +51,7 @@ services: CONFIG_ENCRYPTION_KEY: mysuperencryptionkey payments-connectors: - image: "ghcr.io/formancehq/payments:v2.0.0-beta.16" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.2" command: connectors server healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ] diff --git a/helm/regions/Chart.yaml b/helm/regions/Chart.yaml index 7704e73978..25cf074ef5 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.5.2 +version: 0.6.0 appVersion: "latest" dependencies: diff --git a/helm/regions/templates/versions/default.yaml b/helm/regions/templates/versions/default.yaml index 8010b2a94d..757aea41a5 100644 --- a/helm/regions/templates/versions/default.yaml +++ b/helm/regions/templates/versions/default.yaml @@ -12,6 +12,6 @@ spec: webhooks: v0.7.1 payments: v0.9.7 stargate: v0.1.10 - gateway: v2.0.0-beta.16 + gateway: v2.0.0-rc.2 ledger: v1.10.14 {{ end }} diff --git a/helm/regions/templates/versions/v1.0.yaml b/helm/regions/templates/versions/v1.0.yaml index 63af0cbec0..2bbe9bf7bb 100644 --- a/helm/regions/templates/versions/v1.0.yaml +++ b/helm/regions/templates/versions/v1.0.yaml @@ -12,6 +12,6 @@ spec: webhooks: v0.7.1 payments: v0.9.7 stargate: v0.1.10 - gateway: v2.0.0-beta.16 + gateway: v2.0.0-rc.2 ledger: v1.10.14 {{ end }} diff --git a/helm/regions/templates/versions/v2.0.yaml b/helm/regions/templates/versions/v2.0.yaml index 047949d866..8a5cc54948 100644 --- a/helm/regions/templates/versions/v2.0.yaml +++ b/helm/regions/templates/versions/v2.0.yaml @@ -4,14 +4,14 @@ kind: Versions metadata: name: v2.0 spec: - ledger: v2.0.0-beta.16 - search: v2.0.0-beta.16 - stargate: v2.0.0-beta.16 - auth: v0.4.4 #v2.0.0-beta.16 - wallets: v2.0.0-beta.16 - webhooks: v2.0.0-beta.16 - gateway: v2.0.0-beta.16 - payments: v2.0.0-beta.16 - orchestration: v2.0.0-beta.16 - reconciliation: v2.0.0-beta.16 + ledger: v2.0.0-rc.2 + search: v2.0.0-rc.2 + stargate: v2.0.0-rc.2 + auth: v0.4.4 #v2.0.0-rc.2 + wallets: v2.0.0-rc.2 + webhooks: v2.0.0-rc.2 + gateway: v2.0.0-rc.2 + payments: v2.0.0-rc.2 + orchestration: v2.0.0-rc.2 + reconciliation: v2.0.0-rc.2 {{ end }} diff --git a/helm/regions/values.yaml b/helm/regions/values.yaml index 3949f223de..e675e1cfb7 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.22.2" + tag: "v2.0.0-rc.2" operator: disableWebhooks: false region: "private" @@ -15,7 +15,7 @@ operator: agent: enabled: true image: - tag: v0.6.0 + tag: "v2.0.0-rc.2" server: address: "app.formance.cloud:443" tls: @@ -28,55 +28,4 @@ agent: mode: bearer issuer: https://app.formance.cloud/api clientID: "REGION_ID" - clientSecret: "" - - -# External Services -nats: - fullnameOverride: nats - config: - cluster: - enabled: true - replicas: 3 - jetstream: - enabled: true - fileStore: - enabled: true - dir: /data - pvc: - enabled: false - size: 20Gi - -postgresql: - fullnameOverride: postgresql - architecture: standalone - global: - postgresql: - auth: - username: formance - password: formance - database: formance - postgresPassword: formance - primary: - persistence: - enabled: false - -opensearch: - fullnameOverride: opensearch - security: - enabled: false - master: - replicaCount: 1 - persistence: - enabled: false - data: - replicaCount: 2 - persistence: - enabled: false - coordinating: - replicaCount: 0 - ingest: - enabled: false - replicaCount: 0 - dashboards: - enabled: true \ No newline at end of file + clientSecret: "" \ No newline at end of file