Skip to content

Commit

Permalink
doc (keycloak): repository is now keycloak/keycloak
Browse files Browse the repository at this point in the history
default repository for keycloak was renamed to: quay.io/keycloak/keycloak

Signed-off-by: Peter Niederlag <[email protected]>
  • Loading branch information
pniederlag authored and thomasdarimont committed Apr 26, 2022
1 parent 9022fa6 commit 29cf8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the Keycloak chart and
| `fullnameOverride` | Optionally override the fully qualified name | `""` |
| `nameOverride` | Optionally override the name | `""` |
| `replicas` | The number of replicas to create | `1` |
| `image.repository` | The Keycloak image repository | `quay.io/jboss/keycloak` |
| `image.repository` | The Keycloak image repository | `quay.io/keycloak/keycloak` |
| `image.tag` | Overrides the Keycloak image tag whose default is the chart version. Note versions after 16.1.1 need to use the `-legacy` suffix, e.g. `17.0.1-legacy` | `""` |
| `image.pullPolicy` | The Keycloak image pull policy | `IfNotPresent` |
| `imagePullSecrets` | Image pull secrets for the Pod | `[]` |
Expand Down

0 comments on commit 29cf8c8

Please sign in to comment.