Skip to content

Commit

Permalink
[stable/karma] upgrade karma (helm#11039)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Jan 31, 2019
1 parent 0cf77f9 commit ac99818
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.21"
appVersion: "v0.22"
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.9
version: 1.1.10
maintainers:
- name: davidkarlsen
email: [email protected]
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.21` |
| `image.tag` | The image tag to pull | `v0.22` |
| `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.21
tag: v0.22
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit ac99818

Please sign in to comment.