From 94e56ef57c0f31d0f0e98e36ee349da0cbdb7a93 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:16:10 -0400 Subject: [PATCH] Update deployed version of scipio to 1.1.1 --- vars/applications.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/applications.yaml b/vars/applications.yaml index 0425c50..d0015ea 100644 --- a/vars/applications.yaml +++ b/vars/applications.yaml @@ -93,7 +93,7 @@ omni_compose_apps: scipio: build: repository: git@github.com:tjyork/Scipio.git - version: 1.0.7 + version: 1.1.1 datastore: /appdata/scipio account: name: mech_scipio @@ -106,6 +106,6 @@ omni_compose_apps: networks: main: 192.168.106.0/24 versions: - default: 1.0.7 + default: 1.1.1 database: "10" cache: "6.2"