From e8220d23346dee2e99b6096f960ba5c3cb74b994 Mon Sep 17 00:00:00 2001 From: Dimosthenis Schizas Date: Tue, 28 Apr 2026 15:08:52 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20set=20appProtocol=20to=20http2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/service.yaml | 2 ++ tests/service_test.yaml | 3 +++ 2 files changed, 5 insertions(+) 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: From bab3dc34988c3c6a8c2244d422a8b3df6cdead1a Mon Sep 17 00:00:00 2001 From: Dimosthenis Schizas Date: Tue, 28 Apr 2026 15:11:14 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20update=20docs=20and=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chart.yaml | 6 ++---- README.md | 2 +- values.md | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) 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/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)