Skip to content

Commit

Permalink
libcal monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Jun 20, 2023
1 parent 83462cd commit b5062fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fi

# Main version number we are tagging the app with. Always update
# this when you cut a new version of the app!
APP_VERSION=v3.5.1.${BUILD_NUM}
APP_TAG=stage
APP_VERSION=v3.6.0.${BUILD_NUM}
APP_TAG=v3.6.0

# Repository tags/branchs
# Tags should always be used for production deployments
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- elasticsearch

monitoring:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.6.0
restart: always
env_file:
- .env
Expand All @@ -69,7 +69,7 @@ services:
command: /util-cmds/monitor.sh

init:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.6.0
env_file:
- .env
environment:
Expand All @@ -91,7 +91,7 @@ services:
command: /util-cmds/init.sh

backup:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.6.0
env_file:
- .env
environment:
Expand Down

0 comments on commit b5062fe

Please sign in to comment.