diff --git a/operations/phlare/helm/phlare/Chart.yaml b/operations/phlare/helm/phlare/Chart.yaml index 64a017427..faf4bb15f 100644 --- a/operations/phlare/helm/phlare/Chart.yaml +++ b/operations/phlare/helm/phlare/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: phlare description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system type: application -version: 0.5.3 +version: 0.5.4 appVersion: 0.5.1 dependencies: - name: minio diff --git a/operations/phlare/helm/phlare/README.md b/operations/phlare/helm/phlare/README.md index 316f04a54..130cc9e0d 100644 --- a/operations/phlare/helm/phlare/README.md +++ b/operations/phlare/helm/phlare/README.md @@ -1,6 +1,6 @@ # phlare -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system diff --git a/operations/phlare/helm/phlare/templates/ingress.yaml b/operations/phlare/helm/phlare/templates/ingress.yaml index f0e21034e..e57af5437 100644 --- a/operations/phlare/helm/phlare/templates/ingress.yaml +++ b/operations/phlare/helm/phlare/templates/ingress.yaml @@ -10,6 +10,16 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: + tls: + {{- range .Values.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ . | quote }} + {{- end }} + {{- with .secretName }} + secretName: {{ . }} + {{- end }} + {{- end }} rules: {{- range $.Values.ingress.hosts }} - host: {{ . | quote }} @@ -38,4 +48,4 @@ spec: path: /push.v1.PusherService/ pathType: Prefix {{- end }} -{{- end }} \ No newline at end of file +{{- end }}