Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Committing with `git commit -s` will add the sign-off at the end of the commit m
- Jannik Hollenbach <[email protected]>
- Johannes Zahn <[email protected]>
- Jop Zitman <[email protected]>
- Florian Buchmeier <[email protected]>
2 changes: 1 addition & 1 deletion demo-targets/juice-shop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v3.1.0-alpha1
version: v3.1.0-alpha2
appVersion: "v12.7.0"
name: juice-shop
description: "OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/juice-shop/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

{{- if .Values.ingress.enabled -}}
{{ if .Values.ingress.enabled -}}
{{- $fullName := include "juice-shop.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
Expand Down