Skip to content

Commit

Permalink
Bump goldpinger version to 3.2.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
okgolove authored Mar 23, 2021
1 parent 4062ae0 commit c38e19d
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.1.0
appVersion: 3.2.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: 4.0.0
version: 4.1.0
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.1.0` |
| `image.tag` | Goldpinger image tag | `3.2.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.1.0
tag: v3.2.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit c38e19d

Please sign in to comment.