File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : concourse
33type : application
44version : 18.1.1
5- appVersion : 7.13.1
5+ appVersion : 7.13.2
66description : Concourse is a simple and scalable CI system.
77icon : https://avatars1.githubusercontent.com/u/7809479
88keywords :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ The following table lists the configurable parameters of the Concourse chart and
8787| ` imageDigest ` | Specific image digest to use in place of a tag. | ` nil ` |
8888| ` imagePullPolicy ` | Concourse image pull policy | ` IfNotPresent ` |
8989| ` imagePullSecrets ` | Array of imagePullSecrets in the namespace for pulling images | ` [] ` |
90- | ` imageTag ` | Concourse image version | ` 7.13.1 ` |
90+ | ` imageTag ` | Concourse image version | ` 7.13.2 ` |
9191| ` image ` | Concourse image | ` concourse/concourse ` |
9292| ` nameOverride ` | Provide a name in place of ` concourse ` for ` app: ` labels | ` nil ` |
9393| ` persistence.enabled ` | Enable Concourse persistence using Persistent Volume Claims | ` true ` |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ image: concourse/concourse
2121# # of `concourse/concourse`.
2222# # Ref: https://hub.docker.com/r/concourse/concourse/tags/
2323# #
24- imageTag : " 7.13.1 "
24+ imageTag : " 7.13.2 "
2525
2626# # Specific image digest to use in place of a tag.
2727# # Ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images
You can’t perform that action at this time.
0 commit comments