We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7df370 commit 057d51eCopy full SHA for 057d51e
.deploy/keycloak/helm/values.yaml
@@ -11,7 +11,7 @@ keycloak:
11
12
image:
13
repository: jboss/keycloak
14
- tag: 14.0.0
+ tag: 16.1.0
15
pullPolicy: IfNotPresent
16
17
## Optionally specify an array of imagePullSecrets.
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
keycloak:
4
- image: jboss/keycloak:14.0.0
+ image: jboss/keycloak:16.1.0
5
container_name: keycloak
6
environment:
7
DB_VENDOR: POSTGRES
0 commit comments