Skip to content

Commit 793d620

Browse files
author
Amadeu Pereira
committed
Remove locust cloud references
1 parent 7a2773d commit 793d620

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locust k8s operator
22

3-
Docs: https://docs.locust.io/en/stable/locust-cloud/kubernetes-operator.html
3+
Docs: https://docs.locust.io/en/stable/kubernetes-operator.html

charts/locust-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: locust-operator
33
description: Locust Operator Helm Chart for managing distributed test runs in Kubernetes
4-
icon: https://www.locust.cloud/logo-stacked.png
4+
icon: https://avatars.githubusercontent.com/u/2641063?s=200&v=4
55
type: application
6-
version: 0.1.8
7-
appVersion: "0.1.5"
6+
version: 0.1.9
7+
appVersion: "0.1.6"

charts/locust-operator/crds/locusttest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
name: locusttests.locust.cloud
4+
name: locusttests.locust.io
55
spec:
6-
group: locust.cloud
6+
group: locust.io
77
scope: Namespaced
88
names:
99
plural: locusttests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
🚀 Locust Kubernetes Operator has been installed successfully!
22

33
To learn how to create and run your first load test, see the official documentation:
4-
- https://docs.locust.io/en/stable/locust-cloud/kubernetes-operator.html
4+
- https://docs.locust.io/en/stable/kubernetes-operator.html

charts/locust-operator/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RBAC rules for the operator
7373
resources: [namespaces]
7474
verbs: [list, watch]
7575
# Application
76-
- apiGroups: ["locust.cloud"]
76+
- apiGroups: ["locust.io"]
7777
resources: ["*"]
7878
verbs: ["*"]
7979
# Applcation: Managed resources

locust_operator/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
GROUP = "locust.cloud"
3+
GROUP = "locust.io"
44
VERSION = "v1"
55
API_VERSION = GROUP + "/" + VERSION
66

0 commit comments

Comments
 (0)