Skip to content

Commit 57101c2

Browse files
author
CI Bot
committed
bump app version and image tag
Signed-off-by: CI Bot <ci@localhost.com>
1 parent 7bbdc7b commit 57101c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: concourse
33
type: application
44
version: 18.1.1
5-
appVersion: 7.13.1
5+
appVersion: 7.13.2
66
description: Concourse is a simple and scalable CI system.
77
icon: https://avatars1.githubusercontent.com/u/7809479
88
keywords:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)