We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aaee14 + bdb1946 commit a2c25f3Copy full SHA for a2c25f3
charts/keycloak/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: keycloak
3
description: Open Source Identity and Access Management Solution
4
type: application
5
-version: 0.2.0
+version: 0.2.1
6
appVersion: "26.3.4"
7
keywords:
8
- keycloak
charts/keycloak/values.yaml
@@ -109,7 +109,7 @@ keycloak:
109
## @param keycloak.production Enable production mode
110
production: false
111
## @param keycloak.httpRelativePath Set relative path for serving resources; must start with a /
112
- httpRelativePath: ""
+ httpRelativePath: /
113
114
## @section Database Configuration
115
database:
0 commit comments