Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69ee930

Browse files
authored
[stable/karma] Upgrade karma to v0.70 (helm#23729)
Signed-off-by: Łukasz Mierzwa <[email protected]>
1 parent fdb0678 commit 69ee930

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

stable/karma/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v1
2-
appVersion: "v0.68"
2+
appVersion: "v0.70"
33
description: A Helm chart for Karma - an UI for Prometheus Alertmanager
44
name: karma
55
home: https://github.com/prymitive/karma
66
sources:
77
- https://hub.docker.com/r/lmierzwa/karma/
88
- https://github.com/prymitive/karma
9-
version: 1.5.2
9+
version: 1.5.3
1010
maintainers:
1111
- name: davidkarlsen
1212

stable/karma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table lists the configurable parameters of the karma chart and the
4141
|-------------------------------------|--------------------------------------------------------|-------------------------------------------|
4242
| `replicaCount` | Number of replicas | `1` |
4343
| `image.repository` | The image to run | `lmierzwa/karma` |
44-
| `image.tag` | The image tag to pull | `v0.68` |
44+
| `image.tag` | The image tag to pull | `v0.70` |
4545
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
4646
| `nameOverride` | Override name of app | `` |
4747
| `fullnameOverride` | Override full name of app | `` |

stable/karma/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: lmierzwa/karma
9-
tag: v0.68
9+
tag: v0.70
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

0 commit comments

Comments
 (0)