Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/internal-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.0.0
description: A Helm chart for Codefresh Internal Gateway
name: internal-gateway
version: 0.10.0
version: 0.10.1
home: https://github.com/codefresh-io/helm-charts
keywords:
- codefresh
Expand Down
2 changes: 1 addition & 1 deletion charts/internal-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# internal-gateway

![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)
![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)

A Helm chart for Codefresh Internal Gateway

Expand Down
2 changes: 1 addition & 1 deletion charts/internal-gateway/templates/_default_values.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ codefresh:
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "jira-addon-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
port: {{ index .Values.codefresh "jira-addon-port" }}
workflow-logs-s3-proxy:
domain: logs.sandbox-1.codefresh.io
domain: {{ index .Values.codefresh "workflow-logs-s3-proxy-domain" }}
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "workflow-logs-s3-proxy-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
port: {{ index .Values.codefresh "workflow-logs-s3-proxy-port" }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/internal-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ codefresh:
jira-addon-svc: cf-jira-addon
jira-addon-port: 9000

workflow-logs-s3-proxy-domain: logs.sandbox-1.codefresh.io
workflow-logs-s3-proxy-domain: logs.codefresh.io
workflow-logs-s3-proxy-svc: workflow-logs-s3-proxy
workflow-logs-s3-proxy-port: 80

Expand Down
Loading