Skip to content

Commit 2a6c5e9

Browse files
author
CI Bot
committed
bump app version and image tag
Signed-off-by: CI Bot <ci@localhost.com>
1 parent 15a1490 commit 2a6c5e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 20.1.2
5-
appVersion: 8.1.0
5+
appVersion: 8.1.1
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 | `8.1.0` |
90+
| `imageTag` | Concourse image version | `8.1.1` |
9191
| `image` | Concourse image | `concourse/concourse` |
9292
| `enableServiceLinks` | Enables service links in workload | `true` |
9393
| `nameOverride` | Provide a name in place of `concourse` for `app:` labels | `nil` |

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: "8.1.0"
24+
imageTag: "8.1.1"
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)