From b5062fe2dcd287461de371704ce249454a94ecd8 Mon Sep 17 00:00:00 2001 From: spelkey-ucd Date: Tue, 20 Jun 2023 16:34:33 -0400 Subject: [PATCH] libcal monitoring --- config.sh | 4 ++-- docker-compose.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.sh b/config.sh index 2c71368..44e623e 100755 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 9a8c96e..00be11e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 @@ -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: @@ -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: