diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index 2011726c..026ec6f5 100644 --- a/charts/cf-runtime/Chart.yaml +++ b/charts/cf-runtime/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Codefresh Runner name: cf-runtime -version: 6.3.9 +version: 6.3.10 keywords: - codefresh - runner diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index 91317314..9ba9494a 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 6.3.9](https://img.shields.io/badge/Version-6.3.9-informational?style=flat-square) +![Version: 6.3.10](https://img.shields.io/badge/Version-6.3.10-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -908,7 +908,7 @@ Go to [https:///admin/runtime-environments/system](http | appProxy.ingress.annotations | object | `{}` | Set extra annotations for ingress object | | appProxy.ingress.class | string | `""` | Set ingress class | | appProxy.ingress.host | string | `""` | Set DNS hostname the ingress will use | -| appProxy.ingress.pathPrefix | string | `"/"` | Set path prefix for ingress | +| appProxy.ingress.pathPrefix | string | `""` | Set path prefix for ingress | | appProxy.ingress.tlsSecret | string | `""` | Set k8s tls secret for the ingress object | | appProxy.nodeSelector | object | `{}` | Set node selector | | appProxy.podAnnotations | object | `{}` | Set pod annotations | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index b1f0018c..143c892f 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -635,7 +635,7 @@ appProxy: # @default -- See below ingress: # -- Set path prefix for ingress - pathPrefix: "/" + pathPrefix: "" # -- Set ingress class class: "" # -- Set DNS hostname the ingress will use