Skip to content

Commit bdb1946

Browse files
rob-64Rob Theriault
andauthored
[keycloak] default http relative path to '/' to fix argocd deployment (CloudPirates-io#221)
* default http relative path to '/' to fix argo deployment * bump version --------- Co-authored-by: Rob Theriault <[email protected]>
1 parent 5f4142b commit bdb1946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/keycloak/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: keycloak
33
description: Open Source Identity and Access Management Solution
44
type: application
5-
version: 0.2.0
5+
version: 0.2.1
66
appVersion: "26.3.4"
77
keywords:
88
- keycloak

charts/keycloak/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ keycloak:
109109
## @param keycloak.production Enable production mode
110110
production: false
111111
## @param keycloak.httpRelativePath Set relative path for serving resources; must start with a /
112-
httpRelativePath: ""
112+
httpRelativePath: /
113113

114114
## @section Database Configuration
115115
database:

0 commit comments

Comments
 (0)