diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 2d33b92e..40a74b28 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.23.0 +version: 0.23.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/trino/README.md b/charts/trino/README.md index 51d6baaa..e47c340a 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -1,6 +1,6 @@ # trino -![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 449](https://img.shields.io/badge/AppVersion-449-informational?style=flat-square) +![Version: 0.23.1](https://img.shields.io/badge/Version-0.23.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 449](https://img.shields.io/badge/AppVersion-449-informational?style=flat-square) Fast distributed SQL query engine for big data analytics that helps you explore your data universe diff --git a/charts/trino/templates/ingress.yaml b/charts/trino/templates/ingress.yaml index 518c6bae..33543d72 100644 --- a/charts/trino/templates/ingress.yaml +++ b/charts/trino/templates/ingress.yaml @@ -30,9 +30,9 @@ spec: pathType: {{ .pathType }} backend: service: - name: {{ include "trino.fullname" . }} + name: {{ include "trino.fullname" $ }} port: - number: {{ .Values.service.port }} + number: {{ $.Values.service.port }} {{- end }} {{- end }} {{- end }} diff --git a/test-values.yaml b/test-values.yaml index ab40d8e8..32902faa 100644 --- a/test-values.yaml +++ b/test-values.yaml @@ -139,3 +139,11 @@ accessControl: } ] } + +ingress: + enabled: true + hosts: + - host: trino.local + paths: + - path: / + pathType: ImplementationSpecific