File tree 5 files changed +4
-9
lines changed
sechub-solution/helm/sechub-server
sechub-web-ui-solution/helm/web-ui
5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ type: application
9
9
# This is the chart version.
10
10
# This version number should be incremented each time you make changes to the chart and its templates.
11
11
# Versions are expected to follow Semantic Versioning (https://semver.org/)
12
- version : 2.8 .0
12
+ version : 2.9 .0
Original file line number Diff line number Diff line change 8
8
ingress :
9
9
- from :
10
10
- podSelector :
11
- {{- if .Values.security.allowAccessFromSameNamespace }}
12
- {}
13
- {{- else }}
14
11
matchLabels :
15
- name : web-ui # Allow SecHub Web-UI access
16
- {{- end }}
12
+ role : sechub-frontend # Allow SecHub Web-UI access
17
13
ports :
18
14
- protocol : TCP
19
15
port : 8443
Original file line number Diff line number Diff line change @@ -218,8 +218,6 @@ security:
218
218
# Secret key used to encrypt the access token which is sent back to the user after sucessful authentication (or login).
219
219
# Must be AES256 compatible (256 bit / 32 byte)
220
220
secretKey : Insert-your-32-byte-string-here.
221
- # When set to `true` then Pods from the same k8s namespace are allowed to connect. `false`: only web-ui is allowed.
222
- allowAccessFromSameNamespace : false
223
221
224
222
storage :
225
223
local :
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ type: application
11
11
# This version number should be incremented each time you make changes to the chart and its templates.
12
12
# Versions are expected to follow Semantic Versioning (https://semver.org/)
13
13
14
- version : 1.1 .0
14
+ version : 1.2 .0
Original file line number Diff line number Diff line change 18
18
metadata :
19
19
labels :
20
20
name : web-ui
21
+ role : sechub-frontend
21
22
{{- if .Values.templateMetadataAnnotations }}
22
23
annotations :
23
24
{{ .Values.templateMetadataAnnotations | indent 8 | trim }}
You can’t perform that action at this time.
0 commit comments