Skip to content

Commit 81aa638

Browse files
fix(internal-gateway): fix team path (#49)
1 parent cacc757 commit 81aa638

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/internal-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.0
33
description: A Helm chart for Codefresh Internal Gateway
44
name: internal-gateway
5-
version: 0.2.2
5+
version: 0.2.3
66
home: https://github.com/codefresh-io/helm-charts
77
keywords:
88
- codefresh

charts/internal-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# internal-gateway
22

3-
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
3+
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
44

55
A Helm chart for Codefresh Internal Gateway
66

charts/internal-gateway/templates/_location_map.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ nginx:
216216
locationDirectives:
217217
{{- $presets.locationDirectives | toYaml | nindent 10 }}
218218

219-
/api/team/:
219+
/api/team:
220220
enabled: true
221221
proxy:
222222
host: {{ index $endpoints.serviceEndpoints "cfapi-teams" "svc" }}

0 commit comments

Comments
 (0)