Skip to content

Commit

Permalink
Update ddosify self hosted to version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jun 14, 2024
1 parent dc96475 commit 37aa9cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 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.3.1
version: 2.3.2

# 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.2.1"
appVersion: "3.2.2"

keywords:
- ebpf
Expand Down
2 changes: 2 additions & 0 deletions charts/anteon/templates/influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ metadata:
labels:
service: influxdb-data
name: influxdb-data
annotations:
"helm.sh/hook": "pre-install"
spec:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 2 additions & 0 deletions charts/anteon/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ metadata:
labels:
service: postgres-data
name: postgres-data
annotations:
"helm.sh/hook": "pre-install"
spec:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 2 additions & 0 deletions charts/anteon/templates/seaweedfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ metadata:
labels:
service: seaweedfs-data
name: seaweedfs-data
annotations:
"helm.sh/hook": "pre-install"
spec:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 1 addition & 1 deletion charts/anteon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ seaweedfs:
images:
alazBackend: ddosify/selfhosted_alaz_backend:2.2.0
backend: ddosify/selfhosted_backend:3.2.3
frontend: ddosify/selfhosted_frontend:3.2.2
frontend: ddosify/selfhosted_frontend:3.2.4
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 37aa9cd

Please sign in to comment.