Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/concourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.1.25 (2025-04-25)
## 5.1.26 (2025-04-29)

* [bitnami/concourse] Release 5.1.25 ([#33183](https://github.com/bitnami/charts/pull/33183))
* [bitnami/concourse] Release 5.1.26 ([#33252](https://github.com/bitnami/charts/pull/33252))

## <small>5.1.25 (2025-04-25)</small>

* [bitnami/concourse] Release 5.1.25 (#33183) ([18dd2c0](https://github.com/bitnami/charts/commit/18dd2c0062b99799ec5ebacf10552078ce2ad988)), closes [#33183](https://github.com/bitnami/charts/issues/33183)

## <small>5.1.24 (2025-04-10)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/concourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: concourse
image: docker.io/bitnami/concourse:7.13.1-debian-12-r4
image: docker.io/bitnami/concourse:7.13.1-debian-12-r5
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
apiVersion: v2
Expand Down Expand Up @@ -38,4 +38,4 @@ maintainers:
name: concourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
version: 5.1.25
version: 5.1.26
2 changes: 1 addition & 1 deletion bitnami/concourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/concourse
tag: 7.13.1-debian-12-r4
tag: 7.13.1-debian-12-r5
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading