Skip to content

Commit

Permalink
fix: app-proxy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 22, 2023
1 parent eb34e62 commit b36d5d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -908,7 +908,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b36d5d7

Please sign in to comment.