commit
ea62ae1f38
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue