Skip to content

Commit

Permalink
Bump services version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak committed Dec 6, 2023
1 parent 2ca3b44 commit 3894c2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composefiles/swarm-uniconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
memory: ${TF_RES_LIMIT_MEM}

uniconfig-controller:
image: frinx/uniconfig:5.1.5
image: frinx/uniconfig:5.1.16
logging: *logging_loki
networks:
- uniconfig-network
Expand Down
2 changes: 1 addition & 1 deletion composefiles/swarm-unistore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ x-traefik-label: &traefik_labels

services:
unistore:
image: frinx/uniconfig:5.1.5
image: frinx/uniconfig:5.1.16
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down
8 changes: 4 additions & 4 deletions composefiles/swarm-workflow-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:
memory: ${KD_RES_LIMIT_MEM}

conductor-server:
image: frinx/conductor-server:2.2.0
image: frinx/conductor-server:2.3.0
# user: guest
logging: *logging_loki
environment:
Expand Down Expand Up @@ -173,7 +173,7 @@ services:
memory: ${CS_RES_LIMIT_MEM}

frinx-frontend:
image: frinx/frinx-frontend:1.0.46
image: frinx/frinx-frontend:1.0.56
user: node
logging: *logging_loki
entrypoint: ["/set_env_secrets.sh", "yarn start"]
Expand Down Expand Up @@ -372,7 +372,7 @@ services:
memory: ${WP_RES_LIMIT_MEM}

resource-manager:
image: frinx/resource-manager:1.0.9
image: frinx/resource-manager:1.0.10
logging: *logging_loki
entrypoint: ["/set_env_secrets.sh", "./run.sh"]
secrets:
Expand Down Expand Up @@ -418,7 +418,7 @@ services:
memory: ${UR_RES_LIMIT_MEM}

inventory:
image: frinx/frinx-inventory-server:1.9.1
image: frinx/frinx-inventory-server:1.9.3
logging: *logging_loki
entrypoint: ["/run_inventory.sh"]
secrets:
Expand Down

0 comments on commit 3894c2e

Please sign in to comment.