Skip to content

Commit

Permalink
Update image tag (#31)
Browse files Browse the repository at this point in the history
* Update image tag

* Update version Chart

* Update version Chart

* Add new line character at the end of file

* remove too many blank lines

* fix: too many blank lines (1 > 0)

Co-authored-by: Denis Ivanov <[email protected]>
  • Loading branch information
ymrsmns and Denis Ivanov authored Mar 15, 2021
1 parent aa5d494 commit fb2d52b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/goldpinger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 3.0.0
appVersion: 3.1.0
description: Goldpinger makes calls between its instances for visibility and alerting.
home: https://github.com/bloomberg/goldpinger
maintainers:
Expand All @@ -11,4 +11,4 @@ name: goldpinger
sources:
- https://github.com/bloomberg/goldpinger
- https://github.com/okgolove/helm-charts
version: 3.0.2
version: 3.1.1
2 changes: 1 addition & 1 deletion charts/goldpinger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the Goldpinger chart an
| Parameter | Description | Default |
| ------------------------------ | -------------------------------------------- | ---------------------- |
| `image.repository` | Goldpinger image | `bloomberg/goldpinger` |
| `image.tag` | Goldpinger image tag | `3.0.0` |
| `image.tag` | Goldpinger image tag | `3.1.0` |
| `pullPolicy` | Image pull policy | `IfNotPresent` |
| `rbac.create` | Install required rbac clusterrole | `true` |
| `serviceAccount.create` | Enable ServiceAccount creation | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/goldpinger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: bloomberg/goldpinger
tag: v3.0.0
tag: v3.1.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit fb2d52b

Please sign in to comment.