gocd: wrong agent resource value ref (#8496)

* gocd: wrong agent resource value ref

.Values.agent.resources exist but is not used

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* gocd: Update changelog

Signed-off-by: Johnny Bergström <johnny@klaudify.se>
This commit is contained in:
Johnny Bergström
2018-10-17 09:39:32 -07:00
committed by k8s-ci-robot
parent 34aa333fa2
commit ef4d89e9b9
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
### 1.5.2
* [17fa5c8e](https://github.com/kubernetes/charts/commit/17fa5c8e): Fix agent kube resources typo.
### 1.5.1
* [b22b9d6](https://github.com/kubernetes/charts/commit/b22b9d6):
+1 -1
View File
@@ -1,6 +1,6 @@
name: gocd
home: https://www.gocd.org/
version: 1.5.1
version: 1.5.2
appVersion: 18.10.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
@@ -47,7 +47,7 @@ spec:
{{- end }}
imagePullPolicy: {{ .Values.agent.image.pullPolicy }}
resources:
{{ toYaml .Values.server.resources | indent 12 }}
{{ toYaml .Values.agent.resources | indent 12 }}
env:
- name: GO_SERVER_URL
{{- if .Values.agent.env.goServerUrl }}