Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump services version #334

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading