Skip to content

Commit

Permalink
Update ddosify self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Nov 1, 2023
1 parent 898f06f commit b476d43
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.4.7
version: 1.4.8

# 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.0.7"
appVersion: "2.0.8"
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.3.0
image: ddosify/selfhosted_backend:2.3.1
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.3.0
image: ddosify/selfhosted_backend:2.3.1
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.3.0
image: ddosify/selfhosted_backend:2.3.1
name: backend-celery-worker
imagePullPolicy: IfNotPresent
resources: {}
Expand Down

0 comments on commit b476d43

Please sign in to comment.