diff options
Diffstat (limited to 'kubernetes/platform/components/keycloak-init/Chart.yaml')
-rw-r--r-- | kubernetes/platform/components/keycloak-init/Chart.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/platform/components/keycloak-init/Chart.yaml b/kubernetes/platform/components/keycloak-init/Chart.yaml index 8e0a46f331..b7bde042b2 100644 --- a/kubernetes/platform/components/keycloak-init/Chart.yaml +++ b/kubernetes/platform/components/keycloak-init/Chart.yaml @@ -16,7 +16,7 @@ # limitations under the License. # ============LICENSE_END========================================================= apiVersion: v2 -version: 12.0.0 +version: 13.0.0 description: ONAP Realm creation and configuration name: keycloak-init sources: @@ -25,10 +25,10 @@ sources: # Keycloakx chart version: 1.6.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: onap-keycloak-config-cli version: 5.6.1 |