mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump up GoCD version (#7525)
* * Bump GoCD app version to 18.8.0
* Updated kubernetes elastic agent plugin version to 1.0.2
* Updated post install script
- From GoCD version 18.8.0 pipeline created using api is already in
unpaused state
Signed-off-by: Bhupendrakumar Piprava <bdpiparva@gmail.com>
* Updated changelog
Signed-off-by: Bhupendrakumar Piprava <bdpiparva@gmail.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
### 1.4.0
|
||||
* [f5249551](https://github.com/kubernetes/charts/commit/f5249551):
|
||||
- Bump up GoCD app version to 18.8.0
|
||||
- Updated kubernetes elastic agent plugin version to 1.0.2
|
||||
- Updated post install script
|
||||
* From GoCD version 18.8.0 pipeline created using api is already in
|
||||
unpaused state
|
||||
|
||||
### 1.3.6
|
||||
|
||||
* [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: gocd
|
||||
home: https://www.gocd.org/
|
||||
version: 1.3.6
|
||||
appVersion: 18.7.0
|
||||
version: 1.4.0
|
||||
appVersion: 18.8.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:
|
||||
|
||||
@@ -133,11 +133,4 @@ data:
|
||||
}
|
||||
}' >> /godata/logs/preconfigure.log )
|
||||
|
||||
echo "Unpausing the pipeline." >> /godata/logs/preconfigure.log
|
||||
|
||||
(curl --fail -i 'http://localhost:8153/go/api/pipelines/hello_world/unpause' \
|
||||
-H 'Accept: application/vnd.go.cd.v1+json' \
|
||||
-H 'X-GoCD-Confirm: true' \
|
||||
-X POST >> /godata/logs/preconfigure.log)
|
||||
|
||||
echo "Done preconfiguring the GoCD server" > /godata/logs/preconfigure_complete.log
|
||||
|
||||
@@ -62,7 +62,7 @@ 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/v1.0.1/kubernetes-elastic-agent-1.0.1-107.jar
|
||||
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.2/kubernetes-elastic-agent-1.0.2-108.jar
|
||||
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
|
||||
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/1.0.0/docker-registry-artifact-plugin-1.0.0-3.jar
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user