Skip to content

Commit 4e6da4e

Browse files
fix: nix container version
1 parent f874061 commit 4e6da4e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

nixos-node/modules/server-configuration.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ services:
236236
restart: unless-stopped
237237
238238
api-gateway:
239-
image: ghcr.io/csfx-cloud/csf-ce-api-gateway:0.2.2-alpha.42
239+
image: ghcr.io/csfx-cloud/csf-ce-api-gateway:0.2.2-alpha.44
240240
container_name: csf-api-gateway
241241
env_file:
242242
- /etc/csf-core/gateway.env
@@ -266,7 +266,7 @@ services:
266266
start_period: 30s
267267
268268
registry:
269-
image: ghcr.io/csfx-cloud/csf-ce-registry:0.2.2-alpha.42
269+
image: ghcr.io/csfx-cloud/csf-ce-registry:0.2.2-alpha.44
270270
container_name: csf-registry
271271
environment:
272272
DATABASE_URL: postgres://csf:csfpassword@patroni:5432/csf_core
@@ -282,7 +282,7 @@ services:
282282
restart: unless-stopped
283283
284284
scheduler:
285-
image: ghcr.io/csfx-cloud/csf-ce-scheduler:0.2.2-alpha.42
285+
image: ghcr.io/csfx-cloud/csf-ce-scheduler:0.2.2-alpha.44
286286
container_name: csf-scheduler
287287
environment:
288288
DATABASE_URL: postgres://csf:csfpassword@patroni:5432/csf_core
@@ -297,7 +297,7 @@ services:
297297
restart: unless-stopped
298298
299299
volume-manager:
300-
image: ghcr.io/csfx-cloud/csf-ce-volume-manager:0.2.2-alpha.42
300+
image: ghcr.io/csfx-cloud/csf-ce-volume-manager:0.2.2-alpha.44
301301
container_name: csf-volume-manager
302302
environment:
303303
DATABASE_URL: postgres://csf:csfpassword@patroni:5432/csf_core
@@ -314,7 +314,7 @@ services:
314314
restart: unless-stopped
315315
316316
failover-controller:
317-
image: ghcr.io/csfx-cloud/csf-ce-failover-controller:0.2.2-alpha.42
317+
image: ghcr.io/csfx-cloud/csf-ce-failover-controller:0.2.2-alpha.44
318318
container_name: csf-failover-controller
319319
environment:
320320
DATABASE_URL: postgres://csf:csfpassword@patroni:5432/csf_core
@@ -330,7 +330,7 @@ services:
330330
restart: unless-stopped
331331
332332
sdn-controller:
333-
image: ghcr.io/csfx-cloud/csf-ce-sdn-controller:0.2.2-alpha.42
333+
image: ghcr.io/csfx-cloud/csf-ce-sdn-controller:0.2.2-alpha.44
334334
container_name: csf-sdn-controller
335335
environment:
336336
DATABASE_URL: postgres://csf:csfpassword@patroni:5432/csf_core

0 commit comments

Comments
 (0)