Skip to content

Commit

Permalink
Bump up GoCD version to 18.3.0 (#5146)
Browse files Browse the repository at this point in the history
* Bump up GoCD version to 18.3.0

* update changelog.
  • Loading branch information
varshavaradarajan authored and GaneshSPatil committed Sep 14, 2020
1 parent bfb5c69 commit 4bea6a1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### 1.0.6

* [98cead4](https://github.com/kubernetes/charts/commit/98cead4): Bump up application version to 18.3

### 1.0.5

* [8b205e0](https://github.com/kubernetes/charts/commit/8b205e0): Add a script to preconfigure the GoCD server using the `postStart` lifecycle hook.

### 1.0.4

* [7fa1860](https://github.com/kubernetes/charts/commit/7fa1860): Typo fix
Expand Down
4 changes: 2 additions & 2 deletions gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gocd
home: https://www.gocd.org/
version: 1.0.5
appVersion: 18.2.0
version: 1.0.6
appVersion: 18.3.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 Down
2 changes: 1 addition & 1 deletion gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/kubernetes-elastic-agent-1.0.0-94.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.1/kubernetes-elastic-agent-1.0.1-107.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down
6 changes: 6 additions & 0 deletions stable/gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### 1.0.6

* [98cead4](https://github.com/kubernetes/charts/commit/98cead4): Bump up application version to 18.3

### 1.0.5

* [8b205e0](https://github.com/kubernetes/charts/commit/8b205e0): Add a script to preconfigure the GoCD server using the `postStart` lifecycle hook.

### 1.0.4

* [7fa1860](https://github.com/kubernetes/charts/commit/7fa1860): Typo fix
Expand Down
4 changes: 2 additions & 2 deletions stable/gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gocd
home: https://www.gocd.org/
version: 1.0.5
appVersion: 18.2.0
version: 1.0.6
appVersion: 18.3.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 Down
2 changes: 1 addition & 1 deletion stable/gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/kubernetes-elastic-agent-1.0.0-94.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.1/kubernetes-elastic-agent-1.0.1-107.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down

0 comments on commit 4bea6a1

Please sign in to comment.