Skip to content

Commit

Permalink
fix deploy-action-kubernetes.sh script and set version to 7.5.0.133.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Apr 25, 2024
1 parent 06f205d commit 044d11d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docker/kustomize/config/stage/shared.env
Expand Up @@ -13,4 +13,4 @@ mongodb_host_internal=mongodb
mongodb_port_internal=27017

serverid=TEST
softwareVersion=Test_Version_7.5.0_build_133.2
softwareVersion=Test_Version_7.5.0_build_133.4
18 changes: 9 additions & 9 deletions docker/kustomize/overlays/stage/kustomization.yaml
Expand Up @@ -6,25 +6,25 @@ namespace: stage

images:
- name: ghcr.io/virtualcell/vcell-api
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-data
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-db
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-rest
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-sched
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-submit
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-s3proxy
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: ghcr.io/virtualcell/vcell-webapp
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4
- name: webcenter/activemq
newTag: 5.14.3
- name: ghcr.io/virtualcell/vcell-mongo
newTag: 7.5.0.133.2
newTag: 7.5.0.133.4

replicas:
- name: api
Expand Down
4 changes: 2 additions & 2 deletions docker/swarm/deploy-action-kubernetes.sh
Expand Up @@ -38,7 +38,7 @@ show_help() {
exit 1
}

if [[ $# -lt 6 ]]; then
if [[ $# -lt 2 ]]; then
show_help
fi

Expand Down Expand Up @@ -77,7 +77,7 @@ while :; do
shift
done

if [[ $# -ne 6 ]] ; then
if [[ $# -ne 2 ]] ; then
show_help
fi

Expand Down

0 comments on commit 044d11d

Please sign in to comment.