Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and Jozefiel committed Apr 19, 2023
1 parent 7933f61 commit cb505d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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:latest
image: frinx/uniconfig:5.1.5
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:latest
image: frinx/uniconfig:5.1.5
logging: *logging_loki
labels:
- traefik.enable=false
Expand Down
14 changes: 7 additions & 7 deletions composefiles/swarm-workflow-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ x-dt-enabled: &dt-enabled

services:
krakend:
image: frinx/krakend:latest
image: frinx/krakend:1.0.6
# user: root
logging: *logging_loki
environment:
Expand Down Expand Up @@ -123,7 +123,7 @@ services:
memory: ${KD_RES_LIMIT_MEM}

conductor-server:
image: frinx/conductor-server:2.0.2
image: frinx/conductor-server:2.0.3
# user: guest
logging: *logging_loki
environment:
Expand Down Expand Up @@ -219,7 +219,7 @@ services:
memory: ${ES_RES_LIMIT_MEM}

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

schellar:
image: frinx/schellar:latest
image: frinx/schellar:2.0.1
logging: *logging_loki
environment:
- LOG_LEVEL=debug
Expand Down Expand Up @@ -364,7 +364,7 @@ services:
memory: ${SC_RES_LIMIT_MEM}

workflow-proxy:
image: frinx/workflow-proxy:2.0.0
image: frinx/workflow-proxy:2.0.1
user: node
logging: *logging_loki
entrypoint: ["/set_env_secrets.sh", "yarn start"]
Expand Down Expand Up @@ -408,7 +408,7 @@ services:
memory: ${WP_RES_LIMIT_MEM}

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

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

0 comments on commit cb505d4

Please sign in to comment.