mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/karma] Upgrade to 0.48 (#17715)
Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3f3a6c3a9d
commit
c898017fef
@@ -1,12 +1,12 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v0.42"
|
||||
appVersion: "v0.48"
|
||||
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.19
|
||||
version: 1.1.20
|
||||
maintainers:
|
||||
- name: davidkarlsen
|
||||
email: david@davidkarlsen.com
|
||||
|
||||
@@ -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.42` |
|
||||
| `image.tag` | The image tag to pull | `v0.48` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `nameOverride` | Override name of app | `` |
|
||||
| `fullnameOverride` | Override full name of app | `` |
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: lmierzwa/karma
|
||||
tag: v0.42
|
||||
tag: v0.48
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user