Skip to content

Commit 02ceb84

Browse files
authored
fix: internal-gateway default logs domain (#98)
1 parent ec1f20f commit 02ceb84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.10.0
5+
version: 0.10.1
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.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
3+
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-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/_default_values.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ codefresh:
5959
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "jira-addon-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
6060
port: {{ index .Values.codefresh "jira-addon-port" }}
6161
workflow-logs-s3-proxy:
62-
domain: logs.sandbox-1.codefresh.io
62+
domain: {{ index .Values.codefresh "workflow-logs-s3-proxy-domain" }}
6363
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "workflow-logs-s3-proxy-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
6464
port: {{ index .Values.codefresh "workflow-logs-s3-proxy-port" }}
6565
{{- end }}

charts/internal-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ codefresh:
6363
jira-addon-svc: cf-jira-addon
6464
jira-addon-port: 9000
6565

66-
workflow-logs-s3-proxy-domain: logs.sandbox-1.codefresh.io
66+
workflow-logs-s3-proxy-domain: logs.codefresh.io
6767
workflow-logs-s3-proxy-svc: workflow-logs-s3-proxy
6868
workflow-logs-s3-proxy-port: 80
6969

0 commit comments

Comments
 (0)