From c84f72140ffdf832e8c50027517f3d4931949cfc Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 1 Oct 2024 14:53:04 +0300 Subject: [PATCH] Update docs Signed-off-by: Juan Antonio Osorio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80cbefb..6ff59df 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ please refer to [the official krakend documentation](https://www.krakend.io/docs | image.pullPolicy | string | `"IfNotPresent"` | The image pull policy to use | | image.registry | string | `"docker.io"` | The image registry to use | | image.repository | string | `"devopsfaith/krakend"` | The image repository to use | -| image.tag | string | `"2.7.1"` | The image tag to use | +| image.tag | string | `"2.7.2"` | The image tag to use | | imagePullSecrets | list | `[]` | List of secrets containing the credentials to use for the image | | ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | The ingress settings to use for the krakend ingress | | ingress.annotations | object | `{}` | The annotations to use for the ingress |