mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
34aa333fa2
commit
ef4d89e9b9
@@ -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,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 }}
|
||||
|
||||
Reference in New Issue
Block a user