update default to latest Karma release (#10736)

Signed-off-by: ephur <richard.maynard@gmail.com>
This commit is contained in:
Richard Maynard
2019-01-17 08:40:29 -08:00
committed by Kubernetes Prow Robot
parent c74c09dc30
commit edc5848b8d
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: "v0.20"
appVersion: "v0.21"
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.8
version: 1.1.9
maintainers:
- name: davidkarlsen
email: david@davidkarlsen.com
+1 -1
View File
@@ -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.20` |
| `image.tag` | The image tag to pull | `v0.21` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
+4 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: lmierzwa/karma
tag: v0.20
tag: v0.21
pullPolicy: IfNotPresent
nameOverride: ""
@@ -78,6 +78,9 @@ configMap:
# uri: http://localhost:9093
# timeout: 10s
# proxy: true
# headers:
# x-auth-token: some-token
# any-header: string-value
# - name: client-auth
# uri: https://localhost:9093
# timeout: 10s