Skip to content

Commit

Permalink
Update ddosify self hosted to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jun 13, 2024
1 parent 2cc6f26 commit f2cb26d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/anteon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.0
version: 2.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.1.2"
appVersion: "3.2.0"

keywords:
- ebpf
Expand Down
3 changes: 2 additions & 1 deletion charts/anteon/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🐝 Anteon is an open-source tool for Kubernetes monitoring and performance testing. It uses eBPF technology to gather metrics without needing code changes, service restarts, or adding sidecars. For more information and options, visit the Anteon GitHub repository: https://github.com/getanteon/anteon
Anteon is an open-source tool for Kubernetes monitoring and performance testing. It uses eBPF technology to gather metrics without needing code changes, service restarts, or adding sidecars. For more information and options, visit the Anteon GitHub repository: https://github.com/getanteon/anteon

Quick Start Guide:

Expand All @@ -12,3 +12,4 @@ kubectl port-forward --namespace anteon service/nginx-service $LOCAL_PORT:80
Open a browser and go to: http://localhost:8014 to view the application.

🌟 If you like Anteon, please give us a star 🌟 on GitHub: https://github.com/getanteon/anteon
🌟
6 changes: 3 additions & 3 deletions charts/anteon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ seaweedfs:
replicas: 1

images:
alazBackend: ddosify/selfhosted_alaz_backend:2.1.1
backend: ddosify/selfhosted_backend:3.1.1
frontend: ddosify/selfhosted_frontend:3.1.0
alazBackend: ddosify/selfhosted_alaz_backend:2.2.0
backend: ddosify/selfhosted_backend:3.2.2
frontend: ddosify/selfhosted_frontend:3.2.1
hammer: ddosify/selfhosted_hammer:2.0.0
hammermanager: ddosify/selfhosted_hammermanager:2.0.1
influxdb: influxdb:2.6.1-alpine
Expand Down

0 comments on commit f2cb26d

Please sign in to comment.