Skip to content

Commit

Permalink
[stable/karma] update to v0.20 (helm#10352)
Browse files Browse the repository at this point in the history
Update stable/karma to use the latest image.

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
  • Loading branch information
prymitive authored and wgiddens committed Jan 18, 2019
1 parent 31fc756 commit 901611c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/karma/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: "v0.18"
appVersion: "v0.20"
description: A Helm chart for Karma - an UI for Prometheus Alertmanager
name: karma
home: https://github.com/prymitive/karma
sources:
- https://hub.docker.com/r/lmierzwa/karma/
- https://github.com/prymitive/karma
version: 1.1.5
version: 1.1.6
maintainers:
- name: davidkarlsen
email: david@davidkarlsen.com
Expand Down
2 changes: 1 addition & 1 deletion stable/karma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following table lists the configurable parameters of the karma chart and the
|-------------------------------------|------------------------------------|-------------------------------------------|
| `replicaCount` | Number of replicas | `1` |
| `image.repository` | The image to run | `lmierzwa/karma` |
| `image.tag` | The image tag to pull | `v0.18` |
| `image.tag` | The image tag to pull | `v0.20` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down
2 changes: 1 addition & 1 deletion stable/karma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: lmierzwa/karma
tag: v0.18
tag: v0.20
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 901611c

Please sign in to comment.