Merge pull request #280 from openreplay/dev

v14.0: Fixes
This commit is contained in:
Mehdi Osman 2022-01-17 12:10:51 +01:00 committed by GitHub
commit ea62ae1f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,8 @@ domain_name: ""
docker_registry_username: ""
docker_registry_password: ""
docker_registry_url: "rg.fr-par.scw.cloud/foss"
image_tag: "v1.3.6"
openreplay_version: "v1.3.6"
image_tag: "v1.4.0"
openreplay_version: "v1.4.0"
# Nginx ssl certificates.
# in cert format

View file

@ -36,7 +36,7 @@ spec:
args:
- |
git clone https://github.com/openreplay/openreplay /opt/openreplay/openreplay -b {{ .Chart.AppVersion }}
# Checking variable is empty. shell indipendant method
# Checking variable is empty. Shell independant method.
if [ "x$ENTERPRISE_EDITION_LICENSE" != "x" ]; then
echo "Copying enterprise code"
cd /opt/openreplay/openreplay