Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to a Chainguard image for bash/curl style downloads #109

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Bump plugins to latest versions
  • Loading branch information
chadlwilson committed Nov 11, 2024
commit 0727fa34c9690b6bc9bd87c4dcf64775d4cc1dec
1 change: 1 addition & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 2.10.1
* Switch to a Chainguard bash image for testing (thanks to @chadlwilson)
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
### 2.10.0
* [aa45b5f](https://github.com/gocd/helm-chart/commit/aa45b5f): Bump up GoCD Version to 24.4.0
### 2.9.3
Expand Down
4 changes: 2 additions & 2 deletions gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ server:
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
extraEnvVars:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-585/kubernetes-elastic-agent-4.1.0-585.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-606/kubernetes-elastic-agent-4.1.0-606.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-773/docker-registry-artifact-plugin-1.4.0-773.jar
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-808/docker-registry-artifact-plugin-1.4.0-808.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down