Skip to content

Commit

Permalink
update internal container versions and kustomization for latest api a…
Browse files Browse the repository at this point in the history
…nd worker withmore established data model
  • Loading branch information
AlexPatrie committed Oct 22, 2024
1 parent b38c6df commit 3a7872f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compose_api/.CONTAINER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.8
1.11.9
2 changes: 1 addition & 1 deletion compose_worker/.CONTAINER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.6
1.11.7
8 changes: 4 additions & 4 deletions kustomize/overlays/biochecknet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ kind: Kustomization

namespace: biochecknet

# CURRENT STABLE VERSIONS OF CONTAINERS: api: 1.11.0, worker: 1.11.0
# PREVIOUS (MOST CURRENTLY RELEASED) VERSIONS AS OF 10/17(SMOLDYN BUG): api: 1.11.4, worker: 1.11.6
# CURRENT STABLE VERSIONS OF CONTAINERS: api: 1.11.8, worker: 1.11.6

images:
- name: ghcr.io/biosimulators/bio-check-compose_api
newTag: 1.11.8
newTag: 1.11.9
- name: ghcr.io/biosimulators/bio-check-compose_worker
newTag: 1.11.6
newTag: 1.11.7
- name: mongo
newTag: 8.0-rc

Expand Down

0 comments on commit 3a7872f

Please sign in to comment.