diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index 5d466972..ae4e8802 100644 --- a/charts/brokencrystals/Chart.yaml +++ b/charts/brokencrystals/Chart.yaml @@ -4,7 +4,7 @@ description: | Benchmark application that uses modern technologies and implements a set of common security vulnerabilities type: application -version: 0.0.38 +version: 0.0.39 keywords: - brokencrystals - brkn diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index e49c83c2..ea60edd4 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -170,7 +170,7 @@ spec: periodSeconds: 30 - name: proxy - image: neuralegion/brokencrystals-proxy-http:{{ .Values.images.client }} + image: brightsec/brokencrystals-proxy-http:{{ .Values.images.client }} env: - name: URL value: "https://{{ .Values.ingress.url }}"