Skip to content

Commit

Permalink
bump coscale to 3.16.0 (helm#9924)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Dec 12, 2018
1 parent b4a1f26 commit 109df37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/coscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: coscale
version: 0.2.1
appVersion: 3.9.1
version: 0.3.0
appVersion: 3.16.0
description: CoScale Agent
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion stable/coscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the CoScale chart and t
| `coscale.accessToken` | Your CoScale Access Token | `Nil` You must provide your own |
| `coscale.templateId` | Your CoScale Agent Template Id | `Nil` You must provide your own |
| `image.repository` | The image repository to pull from | `coscale/coscale-agent` |
| `image.tag` | The image tag to pull | `3.10.11` |
| `image.tag` | The image tag to pull | `3.16.0` |
| `image.pullPolicy` | The Image pull policy | `IfNotPresent` |


Expand Down
2 changes: 1 addition & 1 deletion stable/coscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

image:
repository: "coscale/coscale-agent"
tag: "3.10.11"
tag: 3.16.0
pullPolicy: "IfNotPresent"

coscale:
Expand Down

0 comments on commit 109df37

Please sign in to comment.