Skip to content

Commit

Permalink
Update ddosify self hosted to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Feb 2, 2024
1 parent 96a633d commit ec91cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/ddosify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.5.3
version: 1.5.4

# 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.1.2"
appVersion: "2.1.3"
6 changes: 3 additions & 3 deletions charts/ddosify/templates/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_backend:2.4.1
image: ddosify/selfhosted_backend:2.4.4
name: backend
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_backend:2.4.1
image: ddosify/selfhosted_backend:2.4.4
name: backend-celery-beat
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
configMapKeyRef:
key: POSTGRES_PASSWORD
name: env
image: ddosify/selfhosted_backend:2.4.1
image: ddosify/selfhosted_backend:2.4.4
name: backend-celery-worker
imagePullPolicy: IfNotPresent
resources: {}
Expand Down

0 comments on commit ec91cbd

Please sign in to comment.