Skip to content

Commit 983e81a

Browse files
committed
feat(ske-gui): update appVersion (autorelease)
1 parent e9c2ee2 commit 983e81a

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

ske-gui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: ske-gui
33
description: Syntasso SKE GUI Helm chart
44
type: application
55
version: 0.14.0
6-
appVersion: "v0.6.4"
6+
appVersion: "v0.7.0"

ske-gui/values.yaml

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8685
tracing:
8786
enabled: false
8887
metrics:
8988
enabled: false
9089
otlpEndpoint: otel-collector:4317
91-
9290
# -- Headlamp pod's Security Context
93-
podSecurityContext:
94-
{}
95-
# fsGroup: 2000
91+
podSecurityContext: {}
92+
# fsGroup: 2000
9693

9794
inCluster: false
9895
inClusterContextName: "main"
9996
baseURL: ""
100-
10197
# -- Labels to add to the pod
10298
podLabels: {}
103-
10499
# -- Annotations to add to the pod
105100
podAnnotations: {}
106-
107101
hostUsers: 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
115107
securityContext:
@@ -132,6 +124,5 @@ securityContext:
132124

133125
# -- Headlamp containers volume mounts
134126
volumeMounts: []
135-
136127
# -- Headlamp pod's volumes
137128
volumes: []

0 commit comments

Comments
 (0)