Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Jun 6, 2023
1 parent 0d8a300 commit a5aee82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ APP_VERSION=v3.5.1.${BUILD_NUM}
# Repository tags/branchs
# Tags should always be used for production deployments
# Branches can be used for development deployments
WEBSITE_TAG=stage
WEBSITE_TAG=v3.5.1

# Submodules
# only used for init-local-dev checkout
WP_PLUGINS_SUB_TAG=stage
WP_THEME_SUB_TAG=stage
WP_PLUGINS_SUB_TAG=v3.5.0
WP_THEME_SUB_TAG=v3.3.1

CONFIG_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
if [[ -f "$CONFIG_DIR/main-website-content-reader-key.json" ]]; then
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
wordpress:
image: gcr.io/digital-ucdavis-edu/main-wp-website:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website:v3.5.1
env_file:
- .env
ports:
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
- elasticsearch

monitoring:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
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:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
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:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.5.1
env_file:
- .env
environment:
Expand All @@ -114,7 +114,7 @@ services:
command: "/util-cmds/backup_entrypoint.sh"

indexer:
image: gcr.io/digital-ucdavis-edu/main-wp-website-es-indexer:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-es-indexer:v3.5.1
restart: always
env_file:
- .env
Expand Down

0 comments on commit a5aee82

Please sign in to comment.