From 11fe13b865dfd35f940695937f26cb604fe99155 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Tue, 31 Oct 2023 00:19:04 +0300 Subject: [PATCH] Update ddosify self hosted --- charts/ddosify/Chart.yaml | 4 ++-- charts/ddosify/templates/backend.yaml | 6 +++--- charts/ddosify/templates/frontend.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/ddosify/Chart.yaml b/charts/ddosify/Chart.yaml index cfb3100..bf4a6d7 100644 --- a/charts/ddosify/Chart.yaml +++ b/charts/ddosify/Chart.yaml @@ -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.5 +version: 1.4.6 # 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.5" +appVersion: "2.0.6" diff --git a/charts/ddosify/templates/backend.yaml b/charts/ddosify/templates/backend.yaml index 0b4d2a2..2992efd 100644 --- a/charts/ddosify/templates/backend.yaml +++ b/charts/ddosify/templates/backend.yaml @@ -54,7 +54,7 @@ spec: configMapKeyRef: key: POSTGRES_PASSWORD name: env - image: ddosify/selfhosted_backend:2.2.5 + image: ddosify/selfhosted_backend:2.3.0 name: backend imagePullPolicy: IfNotPresent resources: {} @@ -133,7 +133,7 @@ spec: configMapKeyRef: key: POSTGRES_PASSWORD name: env - image: ddosify/selfhosted_backend:2.2.5 + image: ddosify/selfhosted_backend:2.3.0 name: backend-celery-beat imagePullPolicy: IfNotPresent resources: {} @@ -196,7 +196,7 @@ spec: configMapKeyRef: key: POSTGRES_PASSWORD name: env - image: ddosify/selfhosted_backend:2.2.5 + image: ddosify/selfhosted_backend:2.3.0 name: backend-celery-worker imagePullPolicy: IfNotPresent resources: {} diff --git a/charts/ddosify/templates/frontend.yaml b/charts/ddosify/templates/frontend.yaml index fc175bd..5000e5d 100644 --- a/charts/ddosify/templates/frontend.yaml +++ b/charts/ddosify/templates/frontend.yaml @@ -16,7 +16,7 @@ spec: service: frontend spec: containers: - - image: ddosify/selfhosted_frontend:2.3.4 + - image: ddosify/selfhosted_frontend:2.4.0 name: frontend resources: {} restartPolicy: Always