mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/keycloak] Update to Keycloak 4.2.1.Final (#6950)
* [stable/keycloak] Update to Keycloak 4.2.1.Final * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
d64b775bcb
commit
16da4c8535
@@ -1,6 +1,6 @@
|
||||
name: keycloak
|
||||
version: 3.1.0
|
||||
appVersion: 4.1.0.Final
|
||||
version: 3.2.0
|
||||
appVersion: 4.2.1.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
- sso
|
||||
|
||||
@@ -45,7 +45,7 @@ Parameter | Description | Default
|
||||
`init.image.pullPolicy` | Init image pull policy | `IfNotPresent`
|
||||
`keycloak.replicas` | The number of Keycloak replicas | `1`
|
||||
`keycloak.image.repository` | The Keycloak image repository | `jboss/keycloak`
|
||||
`keycloak.image.tag` | The Keycloak image tag | `4.1.0.Final`
|
||||
`keycloak.image.tag` | The Keycloak image tag | `4.2.1.Final`
|
||||
`keycloak.image.pullPolicy` | The Keycloak image pull policy | `IfNotPresent`
|
||||
`keycloak.image.pullSecrets` | Image pull secrets | `[]`
|
||||
`keycloak.username` | Username for the initial Keycloak admin user | `keycloak`
|
||||
|
||||
@@ -9,7 +9,7 @@ keycloak:
|
||||
|
||||
image:
|
||||
repository: jboss/keycloak
|
||||
tag: 4.1.0.Final
|
||||
tag: 4.2.1.Final
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user