Skip to content

Commit 7b2f07f

Browse files
committed
correctly update the chart for wave 0.9.0
1 parent 391b8ac commit 7b2f07f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
1. https://github.com/wave-k8s/wave/releases/new
44
2. Update charts/wave/Chart.yaml
5-
3. Push that to main
5+
3. Update charts/wave/values.yaml -> image.tag
6+
4. Push that to main

charts/wave/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: wave
33
description: wave chart that runs on kubernetes
4-
version: 4.2.0
4+
version: 4.3.0
55
appVersion: v0.9.0
66
keywords:
77
- wave

charts/wave/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ global:
1111
annotations: {}
1212
image:
1313
name: quay.io/wave-k8s/wave
14-
tag: v0.8.0
14+
tag: v0.9.0
1515
pullPolicy: IfNotPresent
1616

1717
# Node selector for the wave pods

0 commit comments

Comments
 (0)