diff --git a/helm-charts/bifrost/Chart.yaml b/helm-charts/bifrost/Chart.yaml index 2ecb610f1..682b0a308 100644 --- a/helm-charts/bifrost/Chart.yaml +++ b/helm-charts/bifrost/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: bifrost description: A Helm chart for deploying Bifrost - AI Gateway with unified interface for multiple providers type: application -version: 1.5.1 -appVersion: "1.5.1" +version: 1.5.2 +appVersion: "1.5.2" keywords: - ai - gateway diff --git a/helm-charts/bifrost/templates/deployment.yaml b/helm-charts/bifrost/templates/deployment.yaml index f95cfd101..8b12d7326 100644 --- a/helm-charts/bifrost/templates/deployment.yaml +++ b/helm-charts/bifrost/templates/deployment.yaml @@ -45,6 +45,14 @@ spec: - name: http containerPort: {{ .Values.bifrost.port }} protocol: TCP + {{- if .Values.bifrost.cluster.enabled }} + - name: gossip + containerPort: {{ .Values.bifrost.cluster.gossip.port }} + protocol: TCP + - name: gossip-udp + containerPort: {{ .Values.bifrost.cluster.gossip.port }} + protocol: UDP + {{- end }} env: - name: APP_DIR value: {{ .Values.bifrost.appDir | quote }} diff --git a/helm-charts/bifrost/templates/service.yaml b/helm-charts/bifrost/templates/service.yaml index bcdd72175..5e8b5971e 100644 --- a/helm-charts/bifrost/templates/service.yaml +++ b/helm-charts/bifrost/templates/service.yaml @@ -16,5 +16,15 @@ spec: targetPort: http protocol: TCP name: http + {{- if .Values.bifrost.cluster.enabled }} + - port: {{ .Values.bifrost.cluster.gossip.port }} + targetPort: gossip + protocol: TCP + name: gossip + - port: {{ .Values.bifrost.cluster.gossip.port }} + targetPort: gossip-udp + protocol: UDP + name: gossip-udp + {{- end }} selector: {{- include "bifrost.selectorLabels" . | nindent 4 }} diff --git a/helm-charts/index.yaml b/helm-charts/index.yaml index 74c1004d7..0bc5af3d4 100644 --- a/helm-charts/index.yaml +++ b/helm-charts/index.yaml @@ -1,6 +1,28 @@ apiVersion: v1 entries: bifrost: + - apiVersion: v2 + appVersion: 1.5.2 + created: "2026-01-05T12:00:00.000000+00:00" + description: A Helm chart for deploying Bifrost - AI Gateway with unified interface + for multiple providers + digest: "" + home: https://www.getmaxim.ai/bifrost + icon: https://www.getmaxim.ai/bifrost/bifrost-logo-only.png + keywords: + - ai + - gateway + - llm + maintainers: + - email: akshay@getmaxim.ai + name: Bifrost Team + name: bifrost + sources: + - https://github.com/maximhq/bifrost + type: application + urls: + - https://maximhq.github.io/bifrost/helm-charts/bifrost-1.5.2.tgz + version: 1.5.2 - apiVersion: v2 appVersion: 1.5.1 created: "2025-12-12T12:00:00.000000+00:00" @@ -135,4 +157,4 @@ entries: urls: - https://maximhq.github.io/bifrost/helm-charts/bifrost-1.3.36.tgz version: 1.3.36 -generated: "2025-12-10T12:00:00.000000+00:00" +generated: "2026-01-05T12:00:00.000000+00:00"