Skip to content

Commit

Permalink
Update anteon self hosted to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Aug 7, 2024
1 parent ebc102e commit 8890b65
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 2 additions & 3 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.5.0
version: 2.6.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: "2.5.0"
appVersion: "2.6.0"

keywords:
- ebpf
Expand All @@ -32,7 +32,6 @@ keywords:
- anteon
- alaz
- service map
- distributed tracing
- observability
- monitoring
- performance testing
Expand Down
1 change: 1 addition & 0 deletions charts/anteon/templates/influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ metadata:
name: influxdb-data
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/resource-policy": "keep"
spec:
accessModes:
- ReadWriteOnce
Expand Down
3 changes: 3 additions & 0 deletions charts/anteon/templates/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ data:
http2_max_field_size 64k;
http2_max_header_size 512k;
error_log /var/log/nginx/error.log error;
access_log off;
location / {
proxy_pass http://frontend;
proxy_set_header Host $host;
Expand Down
1 change: 1 addition & 0 deletions charts/anteon/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ metadata:
name: postgres-data
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/resource-policy": "keep"
spec:
accessModes:
- ReadWriteOnce
Expand Down
1 change: 1 addition & 0 deletions charts/anteon/templates/seaweedfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ metadata:
name: seaweedfs-data
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/resource-policy": "keep"
spec:
accessModes:
- ReadWriteOnce
Expand Down
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.2.4
backend: ddosify/selfhosted_backend:3.2.7
frontend: ddosify/selfhosted_frontend:4.0.0
alazBackend: ddosify/selfhosted_alaz_backend:2.3.5
backend: ddosify/selfhosted_backend:3.2.9
frontend: ddosify/selfhosted_frontend:4.1.2
hammer: ddosify/selfhosted_hammer:2.0.0
hammermanager: ddosify/selfhosted_hammermanager:2.0.2
influxdb: influxdb:2.6.1-alpine
Expand Down

0 comments on commit 8890b65

Please sign in to comment.