Skip to content

Commit

Permalink
Update ddosify self hosted to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Mar 18, 2024
1 parent e11e22e commit 5261d99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/ddosify/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: 1.7.0
version: 1.7.1

# 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.2.0"
appVersion: "2.2.1"

keywords:
- ebpf
Expand Down
8 changes: 4 additions & 4 deletions charts/ddosify/templates/alaz-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_alaz_backend:1.0.4
image: ddosify/selfhosted_alaz_backend:1.0.5
name: alaz-backend
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_alaz_backend:1.0.4
image: ddosify/selfhosted_alaz_backend:1.0.5
name: alaz-backend-celery-beat
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_alaz_backend:1.0.4
image: ddosify/selfhosted_alaz_backend:1.0.5
name: alaz-backend-celery-worker-1
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_alaz_backend:1.0.4
image: ddosify/selfhosted_alaz_backend:1.0.5
name: alaz-backend-celery-worker-2
imagePullPolicy: IfNotPresent
resources: {}
Expand Down

0 comments on commit 5261d99

Please sign in to comment.