diff options
Diffstat (limited to 'kubernetes/authentication/Chart.yaml')
-rw-r--r-- | kubernetes/authentication/Chart.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kubernetes/authentication/Chart.yaml b/kubernetes/authentication/Chart.yaml index d178f38481..6430743bf7 100644 --- a/kubernetes/authentication/Chart.yaml +++ b/kubernetes/authentication/Chart.yaml @@ -16,13 +16,12 @@ # limitations under the License. # ============LICENSE_END========================================================= apiVersion: v2 -version: 15.0.0 +version: 15.0.1 description: ONAP Realm creation, Oauth2Proxy installation and configuration name: authentication sources: - https://github.com/adorsys/keycloak-config-cli -# Keycloakx chart version: 1.6.0 dependencies: - name: common version: ~13.x-0 @@ -31,7 +30,7 @@ dependencies: version: ~13.x-0 repository: '@local' - name: onap-keycloak-config-cli - version: 6.1.6 + version: 6.2.1 repository: 'file://components/keycloak-config-cli' - name: onap-oauth2-proxy version: 7.8.0 |