Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/karma] upgrade to latest stable (#14343)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed May 30, 2019
1 parent dd4023f commit 81ef8ac
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.37"
appVersion: "v0.38"
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.14
version: 1.1.15
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.37` |
| `image.tag` | The image tag to pull | `v0.38` |
| `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.37
tag: v0.38
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 81ef8ac

Please sign in to comment.