Skip to content

Commit

Permalink
change legal limk (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Navoiev <[email protected]>
  • Loading branch information
tenmozes authored Sep 5, 2023
1 parent 764d42a commit cfde68e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -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 -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfde68e

Please sign in to comment.