diff --git a/docker-compose.yml b/docker-compose.yml index 3661931d5d..f1219f794c 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-rc.3" + image: "ghcr.io/formancehq/ledger:v2.0.0-rc.4" 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-rc.3" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.4" 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-rc.3" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.4" 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-rc.3" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.4" command: connectors server healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ] diff --git a/helm/regions/templates/versions/default.yaml b/helm/regions/templates/versions/default.yaml index a310acdde8..0a94975cfd 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: v1.0.0-rc.5 stargate: v0.1.10 - gateway: v2.0.0-rc.3 + gateway: v2.0.0-rc.4 ledger: v1.10.14 {{ end }} diff --git a/helm/regions/templates/versions/v1.0.yaml b/helm/regions/templates/versions/v1.0.yaml index ae22cce999..7a610533cd 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: v1.0.0-rc.5 stargate: v0.1.10 - gateway: v2.0.0-rc.3 + gateway: v2.0.0-rc.4 ledger: v1.10.14 {{ end }} diff --git a/helm/regions/templates/versions/v2.0.yaml b/helm/regions/templates/versions/v2.0.yaml index 1e4f198108..715b2e47c8 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-rc.3 - search: v2.0.0-rc.3 - stargate: v2.0.0-rc.3 - auth: v2.0.0-rc.3 - wallets: v2.0.0-rc.3 - webhooks: v2.0.0-rc.3 - gateway: v2.0.0-rc.3 - payments: v2.0.0-rc.3 - orchestration: v2.0.0-rc.3 - reconciliation: v2.0.0-rc.3 + ledger: v2.0.0-rc.4 + search: v2.0.0-rc.4 + stargate: v2.0.0-rc.4 + auth: v2.0.0-rc.4 + wallets: v2.0.0-rc.4 + webhooks: v2.0.0-rc.4 + gateway: v2.0.0-rc.4 + payments: v2.0.0-rc.4 + orchestration: v2.0.0-rc.4 + reconciliation: v2.0.0-rc.4 {{ end }} diff --git a/helm/regions/values.yaml b/helm/regions/values.yaml index 3b11c21012..380bb6b413 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: "v2.0.0-rc.3" + tag: "v2.0.0-rc.4" operator: disableWebhooks: false region: "private" @@ -15,7 +15,7 @@ operator: agent: enabled: true image: - tag: "v2.0.0-rc.3" + tag: "v2.0.0-rc.4" server: address: "app.formance.cloud:443" tls: