diff --git a/helm/bootzooka/Chart.yaml b/helm/bootzooka/Chart.yaml index 253ed33d6..1d89e9d55 100644 --- a/helm/bootzooka/Chart.yaml +++ b/helm/bootzooka/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.0" description: "A Helm chart for Bootzooka" name: bootzooka -version: 0.2.0 +version: 0.2.1 type: application keywords: - scala diff --git a/helm/bootzooka/README.md b/helm/bootzooka/README.md index 9242223bc..0ccbda90b 100644 --- a/helm/bootzooka/README.md +++ b/helm/bootzooka/README.md @@ -1,6 +1,6 @@ # bootzooka -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square) A Helm chart for Bootzooka diff --git a/helm/bootzooka/templates/ingress.yaml b/helm/bootzooka/templates/ingress.yaml index f4f238d73..3856ca913 100644 --- a/helm/bootzooka/templates/ingress.yaml +++ b/helm/bootzooka/templates/ingress.yaml @@ -36,7 +36,7 @@ spec: http: paths: - path: {{ .host.path }} - {{- if and .host.pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} + {{- if semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion }} pathType: {{ .host.pathType }} {{- end }} backend: