diff --git a/Chart.yaml b/Chart.yaml index ec0a941..cac775f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,11 +1,9 @@ apiVersion: v2 name: typesense description: >- - Deploy Typesense search engine on Kubernetes with Raft-based HA clustering, - Prometheus metrics, and Gateway API support. This chart is not officially - maintained by or affiliated with the Typesense project. + Deploy Typesense search engine on Kubernetes with Raft-based HA clustering, Prometheus metrics, and Gateway API support. This chart is not officially maintained by or affiliated with the Typesense project. type: application -version: 1.1.1 +version: 1.1.2 appVersion: "30.1" icon: https://typesense.org/typesense-logo.svg home: https://github.com/hackthebox/typesense-helm diff --git a/README.md b/README.md index b500df8..3dd1dfe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # typesense -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/typesense)](https://artifacthub.io/packages/search?repo=typesense) diff --git a/templates/service.yaml b/templates/service.yaml index b9f40d2..e1b6c52 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -12,6 +12,7 @@ spec: - port: {{ .Values.service.port }} targetPort: http protocol: TCP + appProtocol: http2 name: http selector: {{- include "typesense.selectorLabels" . | nindent 4 }} @@ -32,6 +33,7 @@ spec: - port: {{ .Values.service.port }} targetPort: http protocol: TCP + appProtocol: http2 name: http - port: 8107 targetPort: tcp-peering diff --git a/tests/service_test.yaml b/tests/service_test.yaml index f3e8df7..e154e22 100644 --- a/tests/service_test.yaml +++ b/tests/service_test.yaml @@ -31,6 +31,7 @@ tests: port: 8108 targetPort: http protocol: TCP + appProtocol: http2 name: http - contains: path: .spec.ports @@ -81,6 +82,7 @@ tests: port: 8108 targetPort: http protocol: TCP + appProtocol: http2 name: http - it: should render the service when gateway is enabled with correct spec set: @@ -104,6 +106,7 @@ tests: port: 8108 targetPort: http protocol: TCP + appProtocol: http2 name: http - it: should be possible to override the service port for both services set: diff --git a/values.md b/values.md index b500df8..3dd1dfe 100644 --- a/values.md +++ b/values.md @@ -1,6 +1,6 @@ # typesense -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/typesense)](https://artifacthub.io/packages/search?repo=typesense)