diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-20 13:07:32 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-24 17:46:52 +0100 |
commit | dce54c8e4d6936f5a2189a55f7e6409747a0ecbe (patch) | |
tree | d48adbf93b99060b0bb4c5ae685df38b0d14f3c7 /kubernetes/platform/components/keycloak-init/Chart.yaml | |
parent | 0879dfcaad420fcc7a6adc77b2b9c72b9522e3cb (diff) |
[PLATFORM] Add Oauth2-Proxy client to ONAP Realm
Add the oauth2-proxy client to the ONAP keycloak REALM
Issue-ID: OOM-2489
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I3c38df8ad79a7cdaa87f4b55b1bb38afb18d2c0e
Diffstat (limited to 'kubernetes/platform/components/keycloak-init/Chart.yaml')
-rw-r--r-- | kubernetes/platform/components/keycloak-init/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/platform/components/keycloak-init/Chart.yaml b/kubernetes/platform/components/keycloak-init/Chart.yaml index 44ca0fa95d..d9add7143b 100644 --- a/kubernetes/platform/components/keycloak-init/Chart.yaml +++ b/kubernetes/platform/components/keycloak-init/Chart.yaml @@ -31,5 +31,5 @@ dependencies: version: ~12.x-0 repository: '@local' - name: keycloak-config-cli - version: 5.3.1 + version: 5.6.1 repository: 'file://components/keycloak-config-cli' |