Skip to content

Commit

Permalink
[stable/spinnaker] Don't include namespace name to API_HOST for deck (h…
Browse files Browse the repository at this point in the history
…elm#13926)

* [stable/spinnaker] Don't include namespace name to API_HOST for deck

It fixes e2e tests for spinnaker chart.
In case of very long namespace name the deck service will fail to start
because of the old apache issue:

> ProxyPass worker hostname <...> too long

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/spinnaker] Bump chart version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
  • Loading branch information
legal90 authored and Amine Benseddik committed May 21, 2019
1 parent acc0a3f commit 1fd2232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/spinnaker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 1.8.1
version: 1.8.2
appVersion: 1.12.5
home: http://spinnaker.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/spinnaker/templates/configmap/service-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
{{- end }}
deck.yml: |-
env:
API_HOST: http://spin-gate.{{ .Release.Namespace }}:8084
API_HOST: http://spin-gate:8084
kubernetes:
{{- if .Values.ingress.enabled }}
useExecHealthCheck: false
Expand Down

0 comments on commit 1fd2232

Please sign in to comment.