diff options
Diffstat (limited to 'kubernetes/authentication/values.yaml')
-rw-r--r-- | kubernetes/authentication/values.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/kubernetes/authentication/values.yaml b/kubernetes/authentication/values.yaml index 124bc18c8d..79f23295cd 100644 --- a/kubernetes/authentication/values.yaml +++ b/kubernetes/authentication/values.yaml @@ -41,9 +41,19 @@ onap-keycloak-config-cli: # "edge" is the latest build release and need to be replaced with a new version # compatible with keycloak 26.x.y tag: edge - #tag: "6.1.6-25.0.1" + tag: "6.2.1-26.0.5" pullSecrets: - name: onap-docker-registry-key + +# annotations: +# # This is what defines this resource as a hook. Without this line, the +# # job is considered part of the release. +# argocd.argoproj.io/hook: Sync +# argocd.argoproj.io/hook-delete-policy: BeforeHookCreation +# helm.sh/hook: post-install,pre-upgrade,pre-rollback +# helm.sh/hook-weight: "1" +# helm.sh/hook-delete-policy: before-hook-creation + #existingSecret: "keycloak-keycloakx-admin-creds" env: # internal KC URL plus relative path |