Skip to content

Commit 7a5823c

Browse files
committed
Fix delay test
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 4f343d9 commit 7a5823c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/delay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# delay
77

8-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
8+
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
99
A Helm Chart Toolbox "test" to simply delay. Useful for letting your system work for a certain amount of time before proceeding with the next test.
1010

1111
## How it works

charts/delay/tests/__snapshot__/default_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ creates a Pod to delay for two minutes:
1010
labels:
1111
app.kubernetes.io/instance: RELEASE-NAME
1212
app.kubernetes.io/managed-by: Helm
13-
app.kubernetes.io/version: 0.1.1
14-
helm.sh/chart: delay-0.1.1
13+
app.kubernetes.io/version: 0.1.2
14+
helm.sh/chart: delay-0.1.2
1515
name: RELEASE-NAME-delay
1616
namespace: NAMESPACE
1717
spec:

0 commit comments

Comments
 (0)