Skip to content

Commit

Permalink
Update image tags for version 3.0.0 (#27)
Browse files Browse the repository at this point in the history
* Update values.yaml (#1)

* Update values.yaml

* Update Chart.yaml

* Update version in README.md

* Addons url helm-repo

* Update major version
  • Loading branch information
ymrsmns authored Jan 31, 2021
1 parent cae0dd5 commit 839ccd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions charts/goldpinger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.1
appVersion: 3.0.0
description: Goldpinger makes calls between its instances for visibility and alerting.
home: https://github.com/bloomberg/goldpinger
maintainers:
Expand All @@ -10,4 +10,5 @@ maintainers:
name: goldpinger
sources:
- https://github.com/bloomberg/goldpinger
version: 2.0.3
- https://github.com/okgolove/helm-charts
version: 3.0.0
2 changes: 1 addition & 1 deletion charts/goldpinger/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 Goldpinger chart an
| Parameter | Description | Default |
| ------------------------------ | -------------------------------------------- | ---------------------- |
| `image.repository` | Goldpinger image | `bloomberg/goldpinger` |
| `image.tag` | Goldpinger image tag | `2.0.0` |
| `image.tag` | Goldpinger image tag | `3.0.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: 2.0.0
tag: v3.0.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 839ccd5

Please sign in to comment.