@@ -7,7 +7,7 @@ imageRegistry:
77 # If you are using a custom registry, update this value to your registry host
88 host : " ghcr.io"
99 imageName : " syntasso/ske-gui"
10- imageVersion : " v0.6.4 "
10+ imageVersion : " v0.7.0 "
1111 # Name of the image pull secret to use.
1212 imagePullSecret : " syntasso-registry"
1313 # imagePullPolicy: IfNotPresent
@@ -63,53 +63,45 @@ ingress:
6363# key: clientSecret # key within the Secret (default: clientSecret)
6464# # SKE GUI requests the profile and email scopes by default. More scopes can be added by using the following value.
6565# scopes: profile,email
66- # -- OIDC issuer URL
67- # issuerURL: ""
68- # # -- OIDC scopes to be used
69- # scopes: ""
70- # # -- OIDC callback URL
71- # callbackURL: ""
66+ # -- OIDC issuer URL
67+ # issuerURL: ""
68+ # # -- OIDC scopes to be used
69+ # scopes: ""
70+ # # -- OIDC callback URL
71+ # callbackURL: ""
72+ # # -- OIDC client to be used during token validation
73+ # validatorClientID: ""
74+ # # -- OIDC Issuer URL to be used during token validation
75+ # validatorIssuerURL: ""
76+ # # -- Use 'access_token' instead of 'id_token' when authenticating using OIDC
77+ # useAccessToken: false
78+ # # -- Use PKCE (Proof Key for Code Exchange) for enhanced security in OIDC flow
79+ # usePKCE: false
7280
73- # # -- OIDC client to be used during token validation
74- # validatorClientID: ""
75- # # -- OIDC Issuer URL to be used during token validation
76- # validatorIssuerURL: ""
77- # # -- Use 'access_token' instead of 'id_token' when authenticating using OIDC
78- # useAccessToken: false
79- # # -- Use PKCE (Proof Key for Code Exchange) for enhanced security in OIDC flow
80- # usePKCE: false
81-
82- # -- URL to fetch additional user info for the /me endpoint.
83- # For oauth2proxy /oauth2/userinfo can be used. Empty and it will not be used.
84- # meUserInfoURL: ""
81+ # -- URL to fetch additional user info for the /me endpoint.
82+ # For oauth2proxy /oauth2/userinfo can be used. Empty and it will not be used.
83+ # meUserInfoURL: ""
8584
8685tracing :
8786 enabled : false
8887metrics :
8988 enabled : false
9089otlpEndpoint : otel-collector:4317
91-
9290# -- Headlamp pod's Security Context
93- podSecurityContext :
94- {}
95- # fsGroup: 2000
91+ podSecurityContext : {}
92+ # fsGroup: 2000
9693
9794inCluster : false
9895inClusterContextName : " main"
9996baseURL : " "
100-
10197# -- Labels to add to the pod
10298podLabels : {}
103-
10499# -- Annotations to add to the pod
105100podAnnotations : {}
106-
107101hostUsers : true
108-
109102# -- Headlamp pod's Security Context
110- podSecurityContext :
111- {}
112- # fsGroup: 2000
103+ podSecurityContext : {}
104+ # fsGroup: 2000
113105
114106# -- Headlamp containers Security Context
115107securityContext :
@@ -132,6 +124,5 @@ securityContext:
132124
133125# -- Headlamp containers volume mounts
134126volumeMounts : []
135-
136127# -- Headlamp pod's volumes
137128volumes : []
0 commit comments