Skip to content

Commit

Permalink
[helm] Updated chart with fixes to version 0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Jan 23, 2024
1 parent 0c9e9e4 commit a730d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit a730d90

Please sign in to comment.