@@ -9,7 +9,7 @@ instances of Keycloak at will using the newly registered
99Unfortunately the [ Keycloak Project] ( https://www.keycloak.org/ ) does not provide a way to [ install
1010the Operator via a Helm Chart] ( https://www.keycloak.org/operator/installation#_installing_by_using_kubectl_without_operator_lifecycle_manager ) ,
1111thus making it challenging to manage. This Helm Chart is built from the
12- official [ upstream sources] ( https://github.com/keycloak/keycloak-k8s-resources/blob/25 .0.2 /kubernetes/kubernetes.yml )
12+ official [ upstream sources] ( https://github.com/keycloak/keycloak-k8s-resources/blob/26 .0.6 /kubernetes/kubernetes.yml )
1313and closely tracks these for changes. It delivers all of these features within a single Docker image available
1414on [ quay.io] ( https://quay.io/repository/keycloak/keycloak-operator ) .
1515
8080### Image parameters
8181
8282| Name | Description | Value |
83- | ------------------- | ------------------------------------------------------------------- | ---------------------------- |
83+ | --------------------- | --------------------------------------------------------------------- | ------------------------------ |
8484| ` image.registry ` | The Docker registry to pull the image from | ` quay.io ` |
8585| ` image.repository ` | The registry repository to pull the image from | ` keycloak/keycloak-operator ` |
86- | ` image.tag ` | The image tag to pull | ` 25 .0.2 ` |
86+ | ` image.tag ` | The image tag to pull | ` 26 .0.6 ` |
8787| ` image.digest ` | The image digest to pull | ` "" ` |
8888| ` image.pullPolicy ` | The Kubernetes image pull policy | ` IfNotPresent ` |
8989| ` image.pullSecrets ` | A list of secrets to use for pulling images from private registries | ` [] ` |
9090
9191### Name overrides
9292
9393| Name | Description | Value |
94- | ------------------ | ------------------------------------------------ | ----- |
94+ | -------------------- | -------------------------------------------------- | ------- |
9595| ` nameOverride ` | String to partially override kcOperator.fullname | ` "" ` |
9696| ` fullnameOverride ` | String to fully override kcOperator.fullname | ` "" ` |
9797
9898### Service parameters
9999
100100| Name | Description | Value |
101- | ---------------------------------- | --------------------------------------------------------------------------------------- | ----------- |
101+ | ------------------------------------ | ----------------------------------------------------------------------------------------- | ------------- |
102102| ` service.type ` | The type of service to create | ` ClusterIP ` |
103103| ` service.port ` | The port to use on the service | ` 80 ` |
104104| ` service.nodePort ` | The Node port to use on the service | ` 30080 ` |
@@ -118,13 +118,13 @@ EOF
118118### RBAC parameters
119119
120120| Name | Description | Value |
121- | ------------- | -------------------------------- | ------ |
121+ | --------------- | ---------------------------------- | -------- |
122122| ` rbac.create ` | Whether to create RBAC resources | ` true ` |
123123
124124### Service Account parameters
125125
126126| Name | Description | Value |
127- | ---------------------------- | ---------------------------------------------------------------------------- | ------ |
127+ | ------------------------------ | ------------------------------------------------------------------------------ | -------- |
128128| ` serviceAccount.create ` | Whether a service account should be created | ` true ` |
129129| ` serviceAccount.automount ` | Whether to automount the service account token | ` true ` |
130130| ` serviceAccount.annotations ` | Annotations to add to the service account | ` {} ` |
133133### Liveness Probe parameters
134134
135135| Name | Description | Value |
136- | ----------------------------------- | ----------------------------------------------------------- | ------ |
136+ | ------------------------------------- | ------------------------------------------------------------- | -------- |
137137| ` livenessProbe.enabled ` | Enable or disable the use of liveness probes | ` true ` |
138138| ` livenessProbe.initialDelaySeconds ` | Configure the initial delay seconds for the liveness probe | ` 5 ` |
139139| ` livenessProbe.timeoutSeconds ` | Configure the initial delay seconds for the liveness probe | ` 10 ` |
144144### Readiness Probe parameters
145145
146146| Name | Description | Value |
147- | ------------------------------------ | ------------------------------------------------------------ | ------ |
147+ | -------------------------------------- | -------------------------------------------------------------- | -------- |
148148| ` readinessProbe.enabled ` | Enable or disable the use of readiness probes | ` true ` |
149149| ` readinessProbe.initialDelaySeconds ` | Configure the initial delay seconds for the readiness probe | ` 5 ` |
150150| ` readinessProbe.timeoutSeconds ` | Configure the initial delay seconds for the readiness probe | ` 10 ` |
155155### Startup Probe parameters
156156
157157| Name | Description | Value |
158- | ---------------------------------- | ---------------------------------------------------------- | ------ |
158+ | ------------------------------------ | ------------------------------------------------------------ | -------- |
159159| ` startupProbe.enabled ` | Enable or disable the use of readiness probes | ` true ` |
160160| ` startupProbe.initialDelaySeconds ` | Configure the initial delay seconds for the startup probe | ` 5 ` |
161161| ` startupProbe.timeoutSeconds ` | Configure the initial delay seconds for the startup probe | ` 10 ` |
0 commit comments