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
2 changes: 2 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.17.0
* [845c868](https://github.com/gocd/helm-chart/commit/845c868): Bump up GoCD Version to 25.4.0
### 2.16.2
* Bump pre-installed elastic agent plugin to latest patched version (thanks to @chadlwilson)
### 2.16.1
Expand Down
12 changes: 6 additions & 6 deletions gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 2.16.2
appVersion: 25.3.0
version: 2.17.0
appVersion: 25.4.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
keywords:
Expand All @@ -15,8 +15,8 @@ keywords:
- continuous-deployment
- continuous-testing
sources:
- https://github.com/gocd/gocd/tree/25.3.0
- https://github.com/gocd/helm-chart/tree/gocd-2.16.2/gocd
- https://github.com/gocd/gocd/tree/25.4.0
- https://github.com/gocd/helm-chart/tree/gocd-2.17.0/gocd
maintainers:
- name: chadlwilson
email: chad.lee.wilson@gmail.com
Expand All @@ -27,12 +27,12 @@ annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/images: |
- name: gocd-server
image: docker.io/gocd/gocd-server:25.3.0
image: docker.io/gocd/gocd-server:25.4.0
platforms:
- linux/amd64
- linux/arm64
- name: gocd-agent-wolfi (optional)
image: docker.io/gocd/gocd-agent-wolfi:25.3.0
image: docker.io/gocd/gocd-agent-wolfi:25.4.0
platforms:
- linux/amd64
- linux/arm64
Loading