From 8225baed94927190ee8f8634a07ceca136389517 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Mon, 22 Jan 2024 19:31:45 +0200 Subject: [PATCH] Run helm docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5000bdb..312553c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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.5.0"` | The image tag to use | +| image.tag | string | `"2.5.1"` | 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 |