Update Concourse to 3.10 (#4542)

This commit is contained in:
Dylan Arbour
2018-04-05 12:02:08 -07:00
committed by k8s-ci-robot
parent 0498018d97
commit 1b2e6ddda2
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: concourse
version: 1.1.5
appVersion: 3.9.0
version: 1.2.0
appVersion: 3.10.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
keywords:
+1 -1
View File
@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the Concourse chart and
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image` | Concourse image | `concourse/concourse` |
| `imageTag` | Concourse image version | `3.9.0` |
| `imageTag` | Concourse image version | `3.10.0` |
| `imagePullPolicy` | Concourse image pull policy | `IfNotPresent` |
| `concourse.externalURL` | URL used to reach any ATC from the outside world | `nil` |
| `concourse.atcPort` | Concourse ATC listen port | `8080` |
@@ -77,9 +77,13 @@ spec:
done
env:
- name: CONCOURSE_TSA_HOST
{{- if semverCompare "^3.10" .Values.imageTag }}
value: "{{ template "concourse.web.fullname" . }}:{{ .Values.concourse.tsaPort}}"
{{- else }}
value: {{ template "concourse.web.fullname" . }}
- name: CONCOURSE_TSA_PORT
value: {{ .Values.concourse.tsaPort | quote }}
{{- end }}
- name: CONCOURSE_GARDEN_DOCKER_REGISTRY
value: {{ .Values.concourse.dockerRegistry | quote }}
- name: CONCOURSE_GARDEN_INSECURE_DOCKER_REGISTRY
+1 -1
View File
@@ -13,7 +13,7 @@ image: concourse/concourse
## Concourse image version.
## ref: https://hub.docker.com/r/concourse/concourse/tags/
##
imageTag: "3.9.0"
imageTag: "3.10.0"
## Specify a imagePullPolicy: 'Always' if imageTag is 'latest', else set to 'IfNotPresent'.
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images