From cc744891eec2c73ff9477b3cd6ff3c95e24b3ae3 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Fri, 11 Jun 2021 20:08:39 +0200 Subject: [PATCH] :star: Updated tag to last version (v1.1.0) --- scripts/helm/vars.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/helm/vars.yaml b/scripts/helm/vars.yaml index 378cf224e..a6525e526 100644 --- a/scripts/helm/vars.yaml +++ b/scripts/helm/vars.yaml @@ -10,11 +10,11 @@ kubeconfig_path: "" # Using which domain name, you'll be accessing OpenReplay -# for example: domain_name: "openreplay.mycompany.com" +# for example: domain_name: "openreplay.mycompany.com" # -# Without domain name session replay is not possible, because we've to +# Without domain name session replay is not possible, because we've to # create signed url for s3 objects. -domain_name: "" +domain_name: "" ################### ## Optional Fields. @@ -24,7 +24,7 @@ domain_name: "" docker_registry_username: "" docker_registry_password: "" docker_registry_url: "rg.fr-par.scw.cloud/foss" -image_tag: "v1.0.0" +image_tag: "v1.1.0" # Nginx ssl certificates. # in cert format @@ -55,7 +55,7 @@ enable_monitoring: "false" # Random password for minio, # If not defined, will generate at runtime. -# Use following command to generate password +# Use following command to generate password # `openssl rand -base64 30` minio_access_key: "" minio_secret_key: ""