From cfde68ecf6c02a554e3144e5fca7ac6b77c6ab67 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 5 Sep 2023 03:11:56 -0700 Subject: [PATCH] change legal limk (#649) Signed-off-by: Artem Navoiev --- charts/victoria-metrics-anomaly/README.md | 2 +- charts/victoria-metrics-anomaly/templates/NOTES.txt | 2 +- charts/victoria-metrics-anomaly/templates/deployment.yaml | 2 +- charts/victoria-metrics-anomaly/values.yaml | 2 +- charts/victoria-metrics-cluster/README.md | 2 +- charts/victoria-metrics-cluster/values.yaml | 2 +- charts/victoria-metrics-gateway/README.md | 2 +- charts/victoria-metrics-gateway/values.yaml | 2 +- charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml | 4 ++-- charts/victoria-metrics-operator/templates/crd.yaml | 4 ++-- charts/victoria-metrics-single/README.md | 2 +- charts/victoria-metrics-single/values.yaml | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/victoria-metrics-anomaly/README.md b/charts/victoria-metrics-anomaly/README.md index 981fd422a..b06c6dc63 100644 --- a/charts/victoria-metrics-anomaly/README.md +++ b/charts/victoria-metrics-anomaly/README.md @@ -111,7 +111,7 @@ Change the values according to the need of the environment in ``victoria-metrics | annotations | object | `{}` | Annotations to be added to the deployment | | containerWorkingDir | string | `"/vmanomaly"` | | | env | list | `[]` | Additional environment variables (ex.: secret tokens, flags) | -| eula | bool | `false` | should be true and means that you have the legal right to run a vmanomaly that can either be a signed contract or an email with confirmation to run the service in a trial period https://victoriametrics.com/legal/eula/ | +| eula | bool | `false` | should be true and means that you have the legal right to run a vmanomaly that can either be a signed contract or an email with confirmation to run the service in a trial period https://victoriametrics.com/legal/esa/ | | extraArgs.loggerFormat | string | `"json"` | | | extraContainers | list | `[]` | | | extraHostPathMounts | list | `[]` | Additional hostPath mounts | diff --git a/charts/victoria-metrics-anomaly/templates/NOTES.txt b/charts/victoria-metrics-anomaly/templates/NOTES.txt index 14117dd72..58614eafb 100644 --- a/charts/victoria-metrics-anomaly/templates/NOTES.txt +++ b/charts/victoria-metrics-anomaly/templates/NOTES.txt @@ -1,5 +1,5 @@ {{- if .Values.eula -}} -By specifying this flag, you confirm that you have an enterprise license and accept the EULA https://victoriametrics.com/assets/VM_EULA.pdf +By specifying this flag, you confirm that you have an enterprise license and accept the ESA https://victoriametrics.com/legal/esa/ This flag is available only in enterprise version of VictoriaMetrics Copyright 2018-2022 VictoriaMetrics, Inc - All Rights Reserved. For any questions please contact info@victoriametrics.com diff --git a/charts/victoria-metrics-anomaly/templates/deployment.yaml b/charts/victoria-metrics-anomaly/templates/deployment.yaml index e23d36834..5e0adf408 100644 --- a/charts/victoria-metrics-anomaly/templates/deployment.yaml +++ b/charts/victoria-metrics-anomaly/templates/deployment.yaml @@ -1,5 +1,5 @@ {{- if not (or .Values.eula .Values.license.key .Values.license.secret.key) -}} -{{ fail "Pass -eula command-line flag or valid license at .Values.license if you have an enterprise license for running this software. See https://victoriametrics.com/legal/eula/ for details"}} +{{ fail "Pass -eula command-line flag or valid license at .Values.license if you have an enterprise license for running this software. See https://victoriametrics.com/legal/esa/ for details"}} {{- end -}} {{- if not .Values.remote.read.url -}} diff --git a/charts/victoria-metrics-anomaly/values.yaml b/charts/victoria-metrics-anomaly/values.yaml index 791e416cf..94ddb206a 100644 --- a/charts/victoria-metrics-anomaly/values.yaml +++ b/charts/victoria-metrics-anomaly/values.yaml @@ -107,7 +107,7 @@ serviceMonitor: # -- should be true and means that you have the legal right to run a vmanomaly # that can either be a signed contract or an email with confirmation to run the service in a trial period -# https://victoriametrics.com/legal/eula/ +# https://victoriametrics.com/legal/esa/ eula: false remote: diff --git a/charts/victoria-metrics-cluster/README.md b/charts/victoria-metrics-cluster/README.md index f21398ca5..de4ec067b 100644 --- a/charts/victoria-metrics-cluster/README.md +++ b/charts/victoria-metrics-cluster/README.md @@ -329,7 +329,7 @@ Change the values according to the need of the environment in ``victoria-metrics | vmstorage.vmbackupmanager.disableWeekly | bool | `false` | disable weekly backups | | vmstorage.vmbackupmanager.enable | bool | `false` | enable automatic creation of backup via vmbackupmanager. vmbackupmanager is part of Enterprise packages | | vmstorage.vmbackupmanager.env | list | `[]` | Additional environment variables (ex.: secret tokens, flags) https://github.com/VictoriaMetrics/VictoriaMetrics#environment-variables | -| vmstorage.vmbackupmanager.eula | bool | `false` | should be true and means that you have the legal right to run a backup manager that can either be a signed contract or an email with confirmation to run the service in a trial period # https://victoriametrics.com/legal/eula/ | +| vmstorage.vmbackupmanager.eula | bool | `false` | should be true and means that you have the legal right to run a backup manager that can either be a signed contract or an email with confirmation to run the service in a trial period # https://victoriametrics.com/legal/esa/ | | vmstorage.vmbackupmanager.extraArgs."envflag.enable" | string | `"true"` | | | vmstorage.vmbackupmanager.extraArgs."envflag.prefix" | string | `"VM_"` | | | vmstorage.vmbackupmanager.extraArgs.loggerFormat | string | `"json"` | | diff --git a/charts/victoria-metrics-cluster/values.yaml b/charts/victoria-metrics-cluster/values.yaml index c552956fc..b02bae6eb 100644 --- a/charts/victoria-metrics-cluster/values.yaml +++ b/charts/victoria-metrics-cluster/values.yaml @@ -634,7 +634,7 @@ vmstorage: enable: false # -- should be true and means that you have the legal right to run a backup manager # that can either be a signed contract or an email with confirmation to run the service in a trial period - # # https://victoriametrics.com/legal/eula/ + # # https://victoriametrics.com/legal/esa/ eula: false image: # -- vmbackupmanager image repository diff --git a/charts/victoria-metrics-gateway/README.md b/charts/victoria-metrics-gateway/README.md index 3bc260156..01920f2de 100644 --- a/charts/victoria-metrics-gateway/README.md +++ b/charts/victoria-metrics-gateway/README.md @@ -171,7 +171,7 @@ Change the values according to the need of the environment in ``victoria-metrics | configMap | string | `""` | Use existing configmap if specified otherwise .config values will be used. Ref: https://victoriametrics.github.io/vmgateway.html | | containerWorkingDir | string | `"/"` | | | env | list | `[]` | Additional environment variables (ex.: secret tokens, flags) https://github.com/VictoriaMetrics/VictoriaMetrics#environment-variables | -| eula | bool | `false` | should be true and means that you have the legal right to run a vmgateway that can either be a signed contract or an email with confirmation to run the service in a trial period https://victoriametrics.com/legal/eula/ | +| eula | bool | `false` | should be true and means that you have the legal right to run a vmgateway that can either be a signed contract or an email with confirmation to run the service in a trial period https://victoriametrics.com/legal/esa/ | | extraArgs."envflag.enable" | string | `"true"` | | | extraArgs."envflag.prefix" | string | `"VM_"` | | | extraArgs.loggerFormat | string | `"json"` | | diff --git a/charts/victoria-metrics-gateway/values.yaml b/charts/victoria-metrics-gateway/values.yaml index a53b52edc..8a43aefa1 100644 --- a/charts/victoria-metrics-gateway/values.yaml +++ b/charts/victoria-metrics-gateway/values.yaml @@ -155,7 +155,7 @@ serviceMonitor: # -- should be true and means that you have the legal right to run a vmgateway # that can either be a signed contract or an email with confirmation to run the service in a trial period -# https://victoriametrics.com/legal/eula/ +# https://victoriametrics.com/legal/esa/ eula: false # -- Use existing configmap if specified otherwise .config values will be used. Ref: https://victoriametrics.github.io/vmgateway.html diff --git a/charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml b/charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml index 1f52b9982..62a70ff54 100644 --- a/charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml +++ b/charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml @@ -11241,7 +11241,7 @@ spec: acceptEULA: description: AcceptEULA accepts enterprise feature usage, must be set to true. otherwise backupmanager cannot be added - to single/cluster version. https://victoriametrics.com/legal/eula/ + to single/cluster version. https://victoriametrics.com/legal/esa/ type: boolean concurrency: description: Defines number of concurrent workers. Higher @@ -16334,7 +16334,7 @@ spec: acceptEULA: description: AcceptEULA accepts enterprise feature usage, must be set to true. otherwise backupmanager cannot be added to single/cluster - version. https://victoriametrics.com/legal/eula/ + version. https://victoriametrics.com/legal/esa/ type: boolean concurrency: description: Defines number of concurrent workers. Higher concurrency diff --git a/charts/victoria-metrics-operator/templates/crd.yaml b/charts/victoria-metrics-operator/templates/crd.yaml index 39f8456bf..10945025c 100644 --- a/charts/victoria-metrics-operator/templates/crd.yaml +++ b/charts/victoria-metrics-operator/templates/crd.yaml @@ -11679,7 +11679,7 @@ spec: acceptEULA: description: AcceptEULA accepts enterprise feature usage, must be set to true. otherwise backupmanager cannot be added - to single/cluster version. https://victoriametrics.com/legal/eula/ + to single/cluster version. https://victoriametrics.com/legal/esa/ type: boolean concurrency: description: Defines number of concurrent workers. Higher @@ -16793,7 +16793,7 @@ spec: acceptEULA: description: AcceptEULA accepts enterprise feature usage, must be set to true. otherwise backupmanager cannot be added to single/cluster - version. https://victoriametrics.com/legal/eula/ + version. https://victoriametrics.com/legal/esa/ type: boolean concurrency: description: Defines number of concurrent workers. Higher concurrency diff --git a/charts/victoria-metrics-single/README.md b/charts/victoria-metrics-single/README.md index faa8f62fe..60d9211ab 100644 --- a/charts/victoria-metrics-single/README.md +++ b/charts/victoria-metrics-single/README.md @@ -204,7 +204,7 @@ Change the values according to the need of the environment in ``victoria-metrics | server.vmbackupmanager.disableWeekly | bool | `false` | disable weekly backups | | server.vmbackupmanager.enable | bool | `false` | enable automatic creation of backup via vmbackupmanager. vmbackupmanager is part of Enterprise packages | | server.vmbackupmanager.env | list | `[]` | Additional environment variables (ex.: secret tokens, flags) https://github.com/VictoriaMetrics/VictoriaMetrics#environment-variables | -| server.vmbackupmanager.eula | bool | `false` | should be true and means that you have the legal right to run a backup manager that can either be a signed contract or an email with confirmation to run the service in a trial period # https://victoriametrics.com/legal/eula/ | +| server.vmbackupmanager.eula | bool | `false` | should be true and means that you have the legal right to run a backup manager that can either be a signed contract or an email with confirmation to run the service in a trial period # https://victoriametrics.com/legal/esa/ | | server.vmbackupmanager.extraArgs."envflag.enable" | string | `"true"` | | | server.vmbackupmanager.extraArgs."envflag.prefix" | string | `"VM_"` | | | server.vmbackupmanager.extraArgs.loggerFormat | string | `"json"` | | diff --git a/charts/victoria-metrics-single/values.yaml b/charts/victoria-metrics-single/values.yaml index 34a7e1bd7..bea1e4fab 100644 --- a/charts/victoria-metrics-single/values.yaml +++ b/charts/victoria-metrics-single/values.yaml @@ -233,7 +233,7 @@ server: enable: false # -- should be true and means that you have the legal right to run a backup manager # that can either be a signed contract or an email with confirmation to run the service in a trial period - # # https://victoriametrics.com/legal/eula/ + # # https://victoriametrics.com/legal/esa/ eula: false image: # -- vmbackupmanager image repository