diff --git a/Chart.yaml b/Chart.yaml index d5edb4b..ebb8646 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,5 +6,5 @@ description: |- and maintained by your friends at Equinix Metal type: application -version: 0.1.29 -appVersion: 2.6.0 +version: 0.1.32 +appVersion: 2.6.2 diff --git a/README.md b/README.md index 4f609ec..ba1e092 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Krakend -![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=for-the-badge) +![Version: 0.1.32](https://img.shields.io/badge/Version-0.1.32-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) -![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=for-the-badge) +![AppVersion: 2.6.2](https://img.shields.io/badge/AppVersion-2.6.2-informational?style=for-the-badge) This is a helm chart that deploys a [Krakend](https://www.krakend.io/) instance. @@ -56,7 +56,7 @@ please refer to [the official krakend documentation](https://www.krakend.io/docs |-----|------|---------|-------------| | affinity | object | `{}` | The affinity to use for the krakend pod | | autoscaling | object | `{"annotations":{},"behavior":{},"enabled":false,"maxReplicas":3,"minReplicas":1,"targetCPUUtilizationPercentage":50,"targetMemoryUtilizationPercentage":50}` | Configures HorizontalPodAutoscaler for your Deployment | -| deploymentAnnotations | object | `{}` | The annotations to use for the krakend Deployment | +| deploymentAnnotations | object | `{}` | The annotations to use for the krakend deployment | | deploymentType | string | `"deployment"` | The deployment type to use for the krakend service Valid values are `deployment` and `rollout` | | extraVolumeMounts | array | `[]` | extraVolumeMounts allows you to mount extra volumes to the krakend pod | | extraVolumes | array | `[]` | extraVolumes allows you to mount extra volumes to the krakend pod | @@ -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.6.0"` | The image tag to use | +| image.tag | string | `"2.6.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 |