mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update Concourse to 3.10 (#4542)
This commit is contained in:
committed by
k8s-ci-robot
parent
0498018d97
commit
1b2e6ddda2
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user