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 10fb4d3 commit 5bdf3a9Copy full SHA for 5bdf3a9
.deploy/keycloak/helm/values.yaml
@@ -11,7 +11,7 @@ keycloak:
11
12
image:
13
repository: jboss/keycloak
14
- tag: 16.1.0
+ tag: 16.1.1
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:16.1.0
+ image: jboss/keycloak:16.1.1
5
container_name: keycloak
6
environment:
7
DB_VENDOR: POSTGRES
0 commit comments