Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Sep 30, 2024
1 parent db4b056 commit 55acdd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.96
version: 0.0.97
icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png
keywords:
- brokencrystals
Expand Down
4 changes: 2 additions & 2 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ spec:
failureThreshold: 12
periodSeconds: 10

{{- if .Values.mailcatcher }}
{{- if .Values.useMailcatcher }}
- name: mailcatcher
image: sj26/mailcatcher
{{- end }}

{{- if and .Values.repeaterID .Values.token .Values.cluster }}
- name: repeater
image: brightsec/cli{{ if ne .Values.repeaterImageTag "" }}:{{ .Values.repeaterImageTag }}{{ else }}:latest{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
port:
number: 8080

{{- if .Values.mailcatcher }}
{{- if .Values.useMailcatcher }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion charts/brokencrystals/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ snifferApiKey: ""
snifferProjectID: ""
snifferNetworkInterface: ""
clusterConfigMap: "brokencrystals-config"
mailcatcher: false
useMailcatcher: false

0 comments on commit 55acdd4

Please sign in to comment.