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: ""